Color Hex Logo

#b9473a Color Hex

#B9473A
(185,71,58)
0 Favorites   0 Comments

Color spaces of #b9473a

RGB 1857158
HSL0.020.520.48
HSV69°73°
CMYK 0.000.620.69   0.27
XYZ23.024515.12635.7091
Yxy15.12630.52500.3449
Hunter Lab38.892537.610618.5215
CIE-Lab45.806745.280231.7063

#b9473a color RGB value is (185,71,58).

#b9473a hex color red value is 185, green value is 71 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b9473a hue: 0.02 , saturation: 0.52 and the lightness value of b9473a is 0.48.

The process color (four color CMYK) of #b9473a color hex is 0.00, 0.62, 0.69, 0.27. Web safe color of #b9473a is #cc3333. Color #b9473a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000111 00111010
Octal 271 107 72
Decimal 185 71 58
Hex B9 47 3A

RGB Percentages of Color #b9473a

%58.92
%22.61
%18.47

CMYK Percentages of Color #b9473a

%0
%62
%69
%27

Triadic Colors of #b9473a

#b9473a #3ab947 #473ab9

Analogous Colors of #b9473a

#b9473a #b9873a #b93a6d

Monochromatic Colors of #b9473a

#b9473a

Complementary Color

#b9473a #3aacb9

#b9473a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9473a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9473a Color CSS Codes

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

#b9473a Text Font Color

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

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


#b9473a Background Color

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

This div background color is #b9473a


#b9473a Border Color

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

This div border color is #b9473a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9473a


Comments

No comments written yet.

Please login to write comment.