Color Hex Logo

#b95845 Color Hex

#B95845
(185,88,69)
0 Favorites   0 Comments

Color spaces of #b95845

RGB 1858869
HSL0.030.460.50
HSV10°63°73°
CMYK 0.000.520.63   0.27
XYZ24.571517.72347.7561
Yxy17.72340.49090.3541
Hunter Lab42.099230.509318.5462
CIE-Lab49.158937.661029.4359

#b95845 color RGB value is (185,88,69).

#b95845 hex color red value is 185, green value is 88 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b95845 hue: 0.03 , saturation: 0.46 and the lightness value of b95845 is 0.50.

The process color (four color CMYK) of #b95845 color hex is 0.00, 0.52, 0.63, 0.27. Web safe color of #b95845 is #cc6633. Color #b95845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 01000101
Octal 271 130 105
Decimal 185 88 69
Hex B9 58 45

RGB Percentages of Color #b95845

%54.09
%25.73
%20.18

CMYK Percentages of Color #b95845

%0
%52
%63
%27

Triadic Colors of #b95845

#b95845 #45b958 #5845b9

Analogous Colors of #b95845

#b95845 #b99245 #b9456c

Monochromatic Colors of #b95845

#b95845

Complementary Color

#b95845 #45a6b9

#b95845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95845 Color CSS Codes

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

#b95845 Text Font Color

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

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


#b95845 Background Color

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

This div background color is #b95845


#b95845 Border Color

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

This div border color is #b95845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95845


Comments

No comments written yet.

Please login to write comment.