Color Hex Logo

#b8a18f Color Hex

#B8A18F
(184,161,143)
1 Favorites   0 Comments

Color spaces of #b8a18f

RGB 184161143
HSL0.070.220.64
HSV26°22°72°
CMYK 0.000.130.22   0.28
XYZ37.470037.663331.2815
Yxy37.66330.35210.3539
Hunter Lab61.37041.585712.7382
CIE-Lab67.77175.536912.4648

#b8a18f color RGB value is (184,161,143).

#b8a18f hex color red value is 184, green value is 161 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b8a18f hue: 0.07 , saturation: 0.22 and the lightness value of b8a18f is 0.64.

The process color (four color CMYK) of #b8a18f color hex is 0.00, 0.13, 0.22, 0.28. Web safe color of #b8a18f is #cc9999. Color #b8a18f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100001 10001111
Octal 270 241 217
Decimal 184 161 143
Hex B8 A1 8F

RGB Percentages of Color #b8a18f

%37.70
%32.99
%29.30

CMYK Percentages of Color #b8a18f

%0
%13
%22
%28

Triadic Colors of #b8a18f

#b8a18f #8fb8a1 #a18fb8

Analogous Colors of #b8a18f

#b8a18f #b8b68f #b88f92

Monochromatic Colors of #b8a18f

#b8a18f

Complementary Color

#b8a18f #8fa6b8

#b8a18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a18f Color CSS Codes

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

#b8a18f Text Font Color

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

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


#b8a18f Background Color

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

This div background color is #b8a18f


#b8a18f Border Color

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

This div border color is #b8a18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a18f


Comments

No comments written yet.

Please login to write comment.