Color Hex Logo

#b9584d Color Hex

#B9584D
(185,88,77)
0 Favorites   0 Comments

Color spaces of #b9584d

RGB 1858877
HSL0.020.440.51
HSV58°73°
CMYK 0.000.520.58   0.27
XYZ24.836917.82969.1536
Yxy17.82960.47930.3441
Hunter Lab42.225131.100116.7046
CIE-Lab49.288838.243924.9528

#b9584d color RGB value is (185,88,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 01001101
Octal 271 130 115
Decimal 185 88 77
Hex B9 58 4D

RGB Percentages of Color #b9584d

%52.86
%25.14
%22.00

CMYK Percentages of Color #b9584d

%0
%52
%58
%27

Triadic Colors of #b9584d

#b9584d #4db958 #584db9

Analogous Colors of #b9584d

#b9584d #b98e4d #b94d78

Monochromatic Colors of #b9584d

#b9584d

Complementary Color

#b9584d #4daeb9

#b9584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9584d Color CSS Codes

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

#b9584d Text Font Color

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

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


#b9584d Background Color

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

This div background color is #b9584d


#b9584d Border Color

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

This div border color is #b9584d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9584d


Comments

No comments written yet.

Please login to write comment.