Color Hex Logo

#b68812 Color Hex

#B68812
(182,136,18)
0 Favorites   0 Comments

Color spaces of #b68812

RGB 18213618
HSL0.120.820.39
HSV43°90°71°
CMYK 0.000.250.90   0.29
XYZ28.204727.59714.4125
Yxy27.59710.46840.4583
Hunter Lab52.53293.903231.7930
CIE-Lab59.52307.971361.5150

#b68812 color RGB value is (182,136,18).

#b68812 hex color red value is 182, green value is 136 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b68812 hue: 0.12 , saturation: 0.82 and the lightness value of b68812 is 0.39.

The process color (four color CMYK) of #b68812 color hex is 0.00, 0.25, 0.90, 0.29. Web safe color of #b68812 is #cc9900. Color #b68812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001000 00010010
Octal 266 210 22
Decimal 182 136 18
Hex B6 88 12

RGB Percentages of Color #b68812

%54.17
%40.48
%5.36

CMYK Percentages of Color #b68812

%0
%25
%90
%29

Triadic Colors of #b68812

#b68812 #12b688 #8812b6

Analogous Colors of #b68812

#b68812 #92b612 #b63612

Monochromatic Colors of #b68812

#b68812

Complementary Color

#b68812 #1240b6

#b68812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68812 Color CSS Codes

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

#b68812 Text Font Color

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

This sample text font color is #b68812
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.


#b68812 Background Color

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

This div background color is #b68812


#b68812 Border Color

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

This div border color is #b68812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68812


Comments

No comments written yet.

Please login to write comment.