Color Hex Logo

#b97364 Color Hex

#B97364
(185,115,100)
0 Favorites   0 Comments

Color spaces of #b97364

RGB 185115100
HSL0.030.380.56
HSV11°46°73°
CMYK 0.000.380.46   0.27
XYZ28.438623.495915.0929
Yxy23.49590.42430.3505
Hunter Lab48.472619.898015.4697
CIE-Lab55.579525.888419.9065

#b97364 color RGB value is (185,115,100).

#b97364 hex color red value is 185, green value is 115 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #b97364 hue: 0.03 , saturation: 0.38 and the lightness value of b97364 is 0.56.

The process color (four color CMYK) of #b97364 color hex is 0.00, 0.38, 0.46, 0.27. Web safe color of #b97364 is #cc6666. Color #b97364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 01100100
Octal 271 163 144
Decimal 185 115 100
Hex B9 73 64

RGB Percentages of Color #b97364

%46.25
%28.75
%25.00

CMYK Percentages of Color #b97364

%0
%38
%46
%27

Triadic Colors of #b97364

#b97364 #64b973 #7364b9

Analogous Colors of #b97364

#b97364 #b99e64 #b96480

Monochromatic Colors of #b97364

#b97364

Complementary Color

#b97364 #64aab9

#b97364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97364 Color CSS Codes

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

#b97364 Text Font Color

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

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


#b97364 Background Color

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

This div background color is #b97364


#b97364 Border Color

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

This div border color is #b97364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97364


Comments

No comments written yet.

Please login to write comment.