Color Hex Logo

#b9584c Color Hex

#B9584C
(185,88,76)
0 Favorites   0 Comments

Color spaces of #b9584c

RGB 1858876
HSL0.020.440.51
HSV59°73°
CMYK 0.000.520.59   0.27
XYZ24.801817.81558.9690
Yxy17.81550.48080.3454
Hunter Lab42.208431.022516.9472
CIE-Lab49.271638.167425.5161

#b9584c color RGB value is (185,88,76).

#b9584c hex color red value is 185, green value is 88 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b9584c hue: 0.02 , saturation: 0.44 and the lightness value of b9584c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 01001100
Octal 271 130 114
Decimal 185 88 76
Hex B9 58 4C

RGB Percentages of Color #b9584c

%53.01
%25.21
%21.78

CMYK Percentages of Color #b9584c

%0
%52
%59
%27

Triadic Colors of #b9584c

#b9584c #4cb958 #584cb9

Analogous Colors of #b9584c

#b9584c #b98f4c #b94c77

Monochromatic Colors of #b9584c

#b9584c

Complementary Color

#b9584c #4cadb9

#b9584c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9584c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9584c Color CSS Codes

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

#b9584c Text Font Color

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

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


#b9584c Background Color

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

This div background color is #b9584c


#b9584c Border Color

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

This div border color is #b9584c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9584c


Comments

No comments written yet.

Please login to write comment.