Color Hex Logo

#b9312e Color Hex

#B9312E
(185,49,46)
0 Favorites   0 Comments

Color spaces of #b9312e

RGB 1854946
HSL0.000.600.45
HSV75°73°
CMYK 0.000.740.75   0.27
XYZ21.599012.70823.8993
Yxy12.70820.56530.3326
Hunter Lab35.648645.765818.4688
CIE-Lab42.320253.738034.6289

#b9312e color RGB value is (185,49,46).

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

The process color (four color CMYK) of #b9312e color hex is 0.00, 0.74, 0.75, 0.27. Web safe color of #b9312e is #cc3333. Color #b9312e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110001 00101110
Octal 271 61 56
Decimal 185 49 46
Hex B9 31 2E

RGB Percentages of Color #b9312e

%66.07
%17.50
%16.43

CMYK Percentages of Color #b9312e

%0
%74
%75
%27

Triadic Colors of #b9312e

#b9312e #2eb931 #312eb9

Analogous Colors of #b9312e

#b9312e #b9772e #b92e71

Monochromatic Colors of #b9312e

#b9312e

Complementary Color

#b9312e #2eb6b9

#b9312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9312e Color CSS Codes

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

#b9312e Text Font Color

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

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


#b9312e Background Color

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

This div background color is #b9312e


#b9312e Border Color

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

This div border color is #b9312e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,49,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 #b9312e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9312e


Comments

No comments written yet.

Please login to write comment.