Color Hex Logo

#b9051f Color Hex

#B9051F
(185,5,31)
0 Favorites   0 Comments

Color spaces of #b9051f

RGB 185531
HSL0.980.950.37
HSV351°97°73°
CMYK 0.000.970.83   0.27
XYZ20.309210.52182.2568
Yxy10.52180.61380.3180
Hunter Lab32.437354.994618.5811
CIE-Lab38.763162.872139.4809

#b9051f color RGB value is (185,5,31).

#b9051f hex color red value is 185, green value is 5 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b9051f hue: 0.98 , saturation: 0.95 and the lightness value of b9051f is 0.37.

The process color (four color CMYK) of #b9051f color hex is 0.00, 0.97, 0.83, 0.27. Web safe color of #b9051f is #cc0033. Color #b9051f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000101 00011111
Octal 271 5 37
Decimal 185 5 31
Hex B9 5 1F

RGB Percentages of Color #b9051f

%83.71
%2.26
%14.03

CMYK Percentages of Color #b9051f

%0
%97
%83
%27

Triadic Colors of #b9051f

#b9051f #1fb905 #051fb9

Analogous Colors of #b9051f

#b9051f #b94505 #b90579

Monochromatic Colors of #b9051f

#b9051f

Complementary Color

#b9051f #05b99f

#b9051f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9051f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9051f Color CSS Codes

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

#b9051f Text Font Color

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

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


#b9051f Background Color

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

This div background color is #b9051f


#b9051f Border Color

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

This div border color is #b9051f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9051f


Comments

No comments written yet.

Please login to write comment.