Color Hex Logo

#b8a876 Color Hex

#B8A876
(184,168,118)
0 Favorites   0 Comments

Color spaces of #b8a876

RGB 184168118
HSL0.130.320.59
HSV45°36°72°
CMYK 0.000.090.36   0.28
XYZ37.039839.503622.8123
Yxy39.50360.37280.3976
Hunter Lab62.8519-4.797422.4768
CIE-Lab69.1145-1.659427.9628

#b8a876 color RGB value is (184,168,118).

#b8a876 hex color red value is 184, green value is 168 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b8a876 hue: 0.13 , saturation: 0.32 and the lightness value of b8a876 is 0.59.

The process color (four color CMYK) of #b8a876 color hex is 0.00, 0.09, 0.36, 0.28. Web safe color of #b8a876 is #cc9966. Color #b8a876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101000 01110110
Octal 270 250 166
Decimal 184 168 118
Hex B8 A8 76

RGB Percentages of Color #b8a876

%39.15
%35.74
%25.11

CMYK Percentages of Color #b8a876

%0
%9
%36
%28

Triadic Colors of #b8a876

#b8a876 #76b8a8 #a876b8

Analogous Colors of #b8a876

#b8a876 #a7b876 #b88776

Monochromatic Colors of #b8a876

#b8a876

Complementary Color

#b8a876 #7686b8

#b8a876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a876 Color CSS Codes

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

#b8a876 Text Font Color

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

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


#b8a876 Background Color

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

This div background color is #b8a876


#b8a876 Border Color

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

This div border color is #b8a876


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,168,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8a876; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8a876;
  -webkit-box-shadow: 1px 1px 3px 2px #b8a876;
  box-shadow:         1px 1px 3px 2px #b8a876; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,168,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a876


Comments

No comments written yet.

Please login to write comment.