Color Hex Logo

#b96564 Color Hex

#B96564
(185,101,100)
0 Favorites   0 Comments

Color spaces of #b96564

RGB 185101100
HSL0.000.380.56
HSV46°73°
CMYK 0.000.450.46   0.27
XYZ26.961520.541714.6005
Yxy20.54170.43410.3308
Hunter Lab45.323026.870112.6262
CIE-Lab52.444233.509415.6389

#b96564 color RGB value is (185,101,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100101 01100100
Octal 271 145 144
Decimal 185 101 100
Hex B9 65 64

RGB Percentages of Color #b96564

%47.93
%26.17
%25.91

CMYK Percentages of Color #b96564

%0
%45
%46
%27

Triadic Colors of #b96564

#b96564 #64b965 #6564b9

Analogous Colors of #b96564

#b96564 #b99064 #b9648e

Monochromatic Colors of #b96564

#b96564

Complementary Color

#b96564 #64b8b9

#b96564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96564 Color CSS Codes

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

#b96564 Text Font Color

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

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


#b96564 Background Color

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

This div background color is #b96564


#b96564 Border Color

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

This div border color is #b96564


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,101,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 #b96564">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96564


Comments

No comments written yet.

Please login to write comment.