Color Hex Logo

#b69814 Color Hex

#B69814
(182,152,20)
0 Favorites   0 Comments

Color spaces of #b69814

RGB 18215220
HSL0.140.800.40
HSV49°89°71°
CMYK 0.000.160.89   0.29
XYZ30.645932.45215.3105
Yxy32.45210.44800.4744
Hunter Lab56.9667-3.665734.3496
CIE-Lab63.7148-0.740064.3666

#b69814 color RGB value is (182,152,20).

#b69814 hex color red value is 182, green value is 152 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b69814 hue: 0.14 , saturation: 0.80 and the lightness value of b69814 is 0.40.

The process color (four color CMYK) of #b69814 color hex is 0.00, 0.16, 0.89, 0.29. Web safe color of #b69814 is #cc9900. Color #b69814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 00010100
Octal 266 230 24
Decimal 182 152 20
Hex B6 98 14

RGB Percentages of Color #b69814

%51.41
%42.94
%5.65

CMYK Percentages of Color #b69814

%0
%16
%89
%29

Triadic Colors of #b69814

#b69814 #14b698 #9814b6

Analogous Colors of #b69814

#b69814 #83b614 #b64714

Monochromatic Colors of #b69814

#b69814

Complementary Color

#b69814 #1432b6

#b69814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69814 Color CSS Codes

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

#b69814 Text Font Color

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

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


#b69814 Background Color

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

This div background color is #b69814


#b69814 Border Color

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

This div border color is #b69814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69814


Comments

No comments written yet.

Please login to write comment.