Color Hex Logo

#b68615 Color Hex

#B68615
(182,134,21)
0 Favorites   0 Comments

Color spaces of #b68615

RGB 18213421
HSL0.120.790.40
HSV42°88°71°
CMYK 0.000.260.88   0.29
XYZ27.951927.04944.4573
Yxy27.04940.47010.4549
Hunter Lab52.00904.917831.3250
CIE-Lab59.02009.139960.4161

#b68615 color RGB value is (182,134,21).

#b68615 hex color red value is 182, green value is 134 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b68615 hue: 0.12 , saturation: 0.79 and the lightness value of b68615 is 0.40.

The process color (four color CMYK) of #b68615 color hex is 0.00, 0.26, 0.88, 0.29. Web safe color of #b68615 is #cc9900. Color #b68615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000110 00010101
Octal 266 206 25
Decimal 182 134 21
Hex B6 86 15

RGB Percentages of Color #b68615

%54.01
%39.76
%6.23

CMYK Percentages of Color #b68615

%0
%26
%88
%29

Triadic Colors of #b68615

#b68615 #15b686 #8615b6

Analogous Colors of #b68615

#b68615 #96b615 #b63615

Monochromatic Colors of #b68615

#b68615

Complementary Color

#b68615 #1545b6

#b68615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68615 Color CSS Codes

.mybgcolor {background-color:#b68615; } 
.myforecolor {color:#b68615; }
.mybordercolor {border:3px solid #b68615; }

#b68615 Text Font Color

<p style="color:#b68615">Text here</p>

This sample text font color is #b68615
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b68615 Background Color

<div style="background-color:#b68615">
Div content here</div>

This div background color is #b68615


#b68615 Border Color

<div style="border:3px solid #b68615">
Div here</div>

This div border color is #b68615


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,134,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b68615; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b68615;
  -webkit-box-shadow: 1px 1px 3px 2px #b68615;
  box-shadow:         1px 1px 3px 2px #b68615; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,134,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b68615">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b68615;
  -webkit-box-shadow: 1px 1px 3px 2px #b68615;
  box-shadow:         1px 1px 3px 2px #b68615;">
Div content here</div>

This div box has shadow with color #b68615


Comments

No comments written yet.

Please login to write comment.