Color Hex Logo

#b96263 Color Hex

#B96263
(185,98,99)
0 Favorites   0 Comments

Color spaces of #b96263

RGB 1859899
HSL1.000.380.55
HSV359°47°73°
CMYK 0.000.470.46   0.27
XYZ26.627419.950514.2518
Yxy19.95050.43770.3280
Hunter Lab44.666028.246412.3482
CIE-Lab51.781235.004615.3173

#b96263 color RGB value is (185,98,99).

#b96263 hex color red value is 185, green value is 98 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b96263 hue: 1.00 , saturation: 0.38 and the lightness value of b96263 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100010 01100011
Octal 271 142 143
Decimal 185 98 99
Hex B9 62 63

RGB Percentages of Color #b96263

%48.43
%25.65
%25.92

CMYK Percentages of Color #b96263

%0
%47
%46
%27

Triadic Colors of #b96263

#b96263 #63b962 #6263b9

Analogous Colors of #b96263

#b96263 #b98d62 #b9628f

Monochromatic Colors of #b96263

#b96263

Complementary Color

#b96263 #62b9b8

#b96263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96263 Color CSS Codes

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

#b96263 Text Font Color

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

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


#b96263 Background Color

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

This div background color is #b96263


#b96263 Border Color

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

This div border color is #b96263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96263


Comments

No comments written yet.

Please login to write comment.