Color Hex Logo

#b8a397 Color Hex

#B8A397
(184,163,151)
0 Favorites   0 Comments

Color spaces of #b8a397

RGB 184163151
HSL0.060.190.66
HSV22°18°72°
CMYK 0.000.110.18   0.28
XYZ38.450338.619134.7058
Yxy38.61910.34400.3455
Hunter Lab62.14431.690210.3892
CIE-Lab68.47445.67779.0267

#b8a397 color RGB value is (184,163,151).

#b8a397 hex color red value is 184, green value is 163 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b8a397 hue: 0.06 , saturation: 0.19 and the lightness value of b8a397 is 0.66.

The process color (four color CMYK) of #b8a397 color hex is 0.00, 0.11, 0.18, 0.28. Web safe color of #b8a397 is #cc9999. Color #b8a397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100011 10010111
Octal 270 243 227
Decimal 184 163 151
Hex B8 A3 97

RGB Percentages of Color #b8a397

%36.95
%32.73
%30.32

CMYK Percentages of Color #b8a397

%0
%11
%18
%28

Triadic Colors of #b8a397

#b8a397 #97b8a3 #a397b8

Analogous Colors of #b8a397

#b8a397 #b8b497 #b8979c

Monochromatic Colors of #b8a397

#b8a397

Complementary Color

#b8a397 #97acb8

#b8a397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a397 Color CSS Codes

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

#b8a397 Text Font Color

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

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


#b8a397 Background Color

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

This div background color is #b8a397


#b8a397 Border Color

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

This div border color is #b8a397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a397


Comments

No comments written yet.

Please login to write comment.