Color Hex Logo

#b95954 Color Hex

#B95954
(185,89,84)
0 Favorites   0 Comments

Color spaces of #b95954

RGB 1858984
HSL0.010.420.53
HSV55°73°
CMYK 0.000.520.55   0.27
XYZ25.180218.099110.5538
Yxy18.09910.46770.3362
Hunter Lab42.543031.199515.0718
CIE-Lab49.616138.299121.2599

#b95954 color RGB value is (185,89,84).

#b95954 hex color red value is 185, green value is 89 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b95954 hue: 0.01 , saturation: 0.42 and the lightness value of b95954 is 0.53.

The process color (four color CMYK) of #b95954 color hex is 0.00, 0.52, 0.55, 0.27. Web safe color of #b95954 is #cc6666. Color #b95954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011001 01010100
Octal 271 131 124
Decimal 185 89 84
Hex B9 59 54

RGB Percentages of Color #b95954

%51.68
%24.86
%23.46

CMYK Percentages of Color #b95954

%0
%52
%55
%27

Triadic Colors of #b95954

#b95954 #54b959 #5954b9

Analogous Colors of #b95954

#b95954 #b98c54 #b95482

Monochromatic Colors of #b95954

#b95954

Complementary Color

#b95954 #54b4b9

#b95954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95954 Color CSS Codes

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

#b95954 Text Font Color

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

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


#b95954 Background Color

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

This div background color is #b95954


#b95954 Border Color

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

This div border color is #b95954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95954


Comments

No comments written yet.

Please login to write comment.