Color Hex Logo

#b95632 Color Hex

#B95632
(185,86,50)
0 Favorites   0 Comments

Color spaces of #b95632

RGB 1858650
HSL0.040.570.46
HSV16°73°73°
CMYK 0.000.540.73   0.27
XYZ23.911117.20025.0773
Yxy17.20020.51770.3724
Hunter Lab41.473130.335221.7727
CIE-Lab48.511337.572839.2394

#b95632 color RGB value is (185,86,50).

#b95632 hex color red value is 185, green value is 86 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b95632 hue: 0.04 , saturation: 0.57 and the lightness value of b95632 is 0.46.

The process color (four color CMYK) of #b95632 color hex is 0.00, 0.54, 0.73, 0.27. Web safe color of #b95632 is #cc6633. Color #b95632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010110 00110010
Octal 271 126 62
Decimal 185 86 50
Hex B9 56 32

RGB Percentages of Color #b95632

%57.63
%26.79
%15.58

CMYK Percentages of Color #b95632

%0
%54
%73
%27

Triadic Colors of #b95632

#b95632 #32b956 #5632b9

Analogous Colors of #b95632

#b95632 #b99a32 #b93252

Monochromatic Colors of #b95632

#b95632

Complementary Color

#b95632 #3295b9

#b95632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95632 Color CSS Codes

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

#b95632 Text Font Color

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

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


#b95632 Background Color

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

This div background color is #b95632


#b95632 Border Color

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

This div border color is #b95632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95632


Comments

No comments written yet.

Please login to write comment.