Color Hex Logo

#b9502e Color Hex

#B9502E
(185,80,46)
0 Favorites   0 Comments

Color spaces of #b9502e

RGB 1858046
HSL0.040.600.45
HSV15°75°73°
CMYK 0.000.570.75   0.27
XYZ23.369416.24894.4894
Yxy16.24890.52980.3684
Hunter Lab40.309932.941821.6137
CIE-Lab47.299440.394940.0430

#b9502e color RGB value is (185,80,46).

#b9502e hex color red value is 185, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b9502e hue: 0.04 , saturation: 0.60 and the lightness value of b9502e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010000 00101110
Octal 271 120 56
Decimal 185 80 46
Hex B9 50 2E

RGB Percentages of Color #b9502e

%59.49
%25.72
%14.79

CMYK Percentages of Color #b9502e

%0
%57
%75
%27

Triadic Colors of #b9502e

#b9502e #2eb950 #502eb9

Analogous Colors of #b9502e

#b9502e #b9962e #b92e51

Monochromatic Colors of #b9502e

#b9502e

Complementary Color

#b9502e #2e97b9

#b9502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9502e Color CSS Codes

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

#b9502e Text Font Color

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

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


#b9502e Background Color

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

This div background color is #b9502e


#b9502e Border Color

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

This div border color is #b9502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9502e


Comments

No comments written yet.

Please login to write comment.