Color Hex Logo

#b9504e Color Hex

#B9504E
(185,80,78)
0 Favorites   0 Comments

Color spaces of #b9504e

RGB 1858078
HSL0.000.430.52
HSV58°73°
CMYK 0.000.570.58   0.27
XYZ24.251416.60179.1340
Yxy16.60170.48520.3321
Hunter Lab40.745234.938515.2304
CIE-Lab47.754242.326522.3695

#b9504e color RGB value is (185,80,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010000 01001110
Octal 271 120 116
Decimal 185 80 78
Hex B9 50 4E

RGB Percentages of Color #b9504e

%53.94
%23.32
%22.74

CMYK Percentages of Color #b9504e

%0
%57
%58
%27

Triadic Colors of #b9504e

#b9504e #4eb950 #504eb9

Analogous Colors of #b9504e

#b9504e #b9864e #b94e82

Monochromatic Colors of #b9504e

#b9504e

Complementary Color

#b9504e #4eb7b9

#b9504e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9504e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9504e Color CSS Codes

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

#b9504e Text Font Color

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

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


#b9504e Background Color

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

This div background color is #b9504e


#b9504e Border Color

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

This div border color is #b9504e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9504e


Comments

No comments written yet.

Please login to write comment.