Color Hex Logo

#b97067 Color Hex

#B97067
(185,112,103)
0 Favorites   0 Comments

Color spaces of #b97067

RGB 185112103
HSL0.020.370.56
HSV44°73°
CMYK 0.000.390.44   0.27
XYZ28.249922.881915.7597
Yxy22.88190.42230.3421
Hunter Lab47.835021.705313.9509
CIE-Lab54.950527.858417.3196

#b97067 color RGB value is (185,112,103).

#b97067 hex color red value is 185, green value is 112 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b97067 hue: 0.02 , saturation: 0.37 and the lightness value of b97067 is 0.56.

The process color (four color CMYK) of #b97067 color hex is 0.00, 0.39, 0.44, 0.27. Web safe color of #b97067 is #cc6666. Color #b97067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110000 01100111
Octal 271 160 147
Decimal 185 112 103
Hex B9 70 67

RGB Percentages of Color #b97067

%46.25
%28.00
%25.75

CMYK Percentages of Color #b97067

%0
%39
%44
%27

Triadic Colors of #b97067

#b97067 #67b970 #7067b9

Analogous Colors of #b97067

#b97067 #b99967 #b96787

Monochromatic Colors of #b97067

#b97067

Complementary Color

#b97067 #67b0b9

#b97067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97067 Color CSS Codes

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

#b97067 Text Font Color

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

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


#b97067 Background Color

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

This div background color is #b97067


#b97067 Border Color

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

This div border color is #b97067


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,112,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b97067; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b97067;
  -webkit-box-shadow: 1px 1px 3px 2px #b97067;
  box-shadow:         1px 1px 3px 2px #b97067; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,112,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97067


Comments

No comments written yet.

Please login to write comment.