Color Hex Logo

#b8a36a Color Hex

#B8A36A
(184,163,106)
0 Favorites   0 Comments

Color spaces of #b8a36a

RGB 184163106
HSL0.120.350.57
HSV44°42°72°
CMYK 0.000.110.42   0.28
XYZ35.465937.425318.9902
Yxy37.42530.38600.4073
Hunter Lab61.1762-3.576024.4187
CIE-Lab67.5949-0.357332.3863

#b8a36a color RGB value is (184,163,106).

#b8a36a hex color red value is 184, green value is 163 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b8a36a hue: 0.12 , saturation: 0.35 and the lightness value of b8a36a is 0.57.

The process color (four color CMYK) of #b8a36a color hex is 0.00, 0.11, 0.42, 0.28. Web safe color of #b8a36a is #cc9966. Color #b8a36a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100011 01101010
Octal 270 243 152
Decimal 184 163 106
Hex B8 A3 6A

RGB Percentages of Color #b8a36a

%40.62
%35.98
%23.40

CMYK Percentages of Color #b8a36a

%0
%11
%42
%28

Triadic Colors of #b8a36a

#b8a36a #6ab8a3 #a36ab8

Analogous Colors of #b8a36a

#b8a36a #a6b86a #b87c6a

Monochromatic Colors of #b8a36a

#b8a36a

Complementary Color

#b8a36a #6a7fb8

#b8a36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a36a Color CSS Codes

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

#b8a36a Text Font Color

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

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


#b8a36a Background Color

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

This div background color is #b8a36a


#b8a36a Border Color

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

This div border color is #b8a36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a36a


Comments

No comments written yet.

Please login to write comment.