Color Hex Logo

#b9371d Color Hex

#B9371D
(185,55,29)
0 Favorites   0 Comments

Color spaces of #b9371d

RGB 1855529
HSL0.030.730.42
HSV10°84°73°
CMYK 0.000.700.84   0.27
XYZ21.595513.13542.5596
Yxy13.13540.57910.3522
Hunter Lab36.242842.935521.1827
CIE-Lab42.966650.935744.3736

#b9371d color RGB value is (185,55,29).

#b9371d hex color red value is 185, green value is 55 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b9371d hue: 0.03 , saturation: 0.73 and the lightness value of b9371d is 0.42.

The process color (four color CMYK) of #b9371d color hex is 0.00, 0.70, 0.84, 0.27. Web safe color of #b9371d is #cc3333. Color #b9371d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110111 00011101
Octal 271 67 35
Decimal 185 55 29
Hex B9 37 1D

RGB Percentages of Color #b9371d

%68.77
%20.45
%10.78

CMYK Percentages of Color #b9371d

%0
%70
%84
%27

Triadic Colors of #b9371d

#b9371d #1db937 #371db9

Analogous Colors of #b9371d

#b9371d #b9851d #b91d51

Monochromatic Colors of #b9371d

#b9371d

Complementary Color

#b9371d #1d9fb9

#b9371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9371d Color CSS Codes

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

#b9371d Text Font Color

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

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


#b9371d Background Color

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

This div background color is #b9371d


#b9371d Border Color

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

This div border color is #b9371d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9371d


Comments

No comments written yet.

Please login to write comment.