Color Hex Logo

#b9504f Color Hex

#B9504F
(185,80,79)
0 Favorites   0 Comments

Color spaces of #b9504f

RGB 1858079
HSL0.000.430.52
HSV57°73°
CMYK 0.000.570.57   0.27
XYZ24.287516.61619.3243
Yxy16.61610.48350.3308
Hunter Lab40.762935.019714.9717
CIE-Lab47.772642.404421.7975

#b9504f color RGB value is (185,80,79).

#b9504f hex color red value is 185, green value is 80 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b9504f hue: 0.00 , saturation: 0.43 and the lightness value of b9504f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010000 01001111
Octal 271 120 117
Decimal 185 80 79
Hex B9 50 4F

RGB Percentages of Color #b9504f

%53.78
%23.26
%22.97

CMYK Percentages of Color #b9504f

%0
%57
%57
%27

Triadic Colors of #b9504f

#b9504f #4fb950 #504fb9

Analogous Colors of #b9504f

#b9504f #b9854f #b94f83

Monochromatic Colors of #b9504f

#b9504f

Complementary Color

#b9504f #4fb8b9

#b9504f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9504f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9504f Color CSS Codes

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

#b9504f Text Font Color

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

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


#b9504f Background Color

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

This div background color is #b9504f


#b9504f Border Color

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

This div border color is #b9504f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9504f


Comments

No comments written yet.

Please login to write comment.