Color Hex Logo

#b9460f Color Hex

#B9460F
(185,70,15)
0 Favorites   0 Comments

Color spaces of #b9460f

RGB 1857015
HSL0.050.850.39
HSV19°92°73°
CMYK 0.000.620.92   0.27
XYZ22.284014.72912.1204
Yxy14.72910.56940.3764
Hunter Lab38.378536.481423.5892
CIE-Lab45.260944.254851.8140

#b9460f color RGB value is (185,70,15).

#b9460f hex color red value is 185, green value is 70 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b9460f hue: 0.05 , saturation: 0.85 and the lightness value of b9460f is 0.39.

The process color (four color CMYK) of #b9460f color hex is 0.00, 0.62, 0.92, 0.27. Web safe color of #b9460f is #cc3300. Color #b9460f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000110 00001111
Octal 271 106 17
Decimal 185 70 15
Hex B9 46 F

RGB Percentages of Color #b9460f

%68.52
%25.93
%5.56

CMYK Percentages of Color #b9460f

%0
%62
%92
%27

Triadic Colors of #b9460f

#b9460f #0fb946 #460fb9

Analogous Colors of #b9460f

#b9460f #b99b0f #b90f2d

Monochromatic Colors of #b9460f

#b9460f

Complementary Color

#b9460f #0f82b9

#b9460f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9460f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9460f Color CSS Codes

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

#b9460f Text Font Color

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

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


#b9460f Background Color

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

This div background color is #b9460f


#b9460f Border Color

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

This div border color is #b9460f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9460f


Comments

No comments written yet.

Please login to write comment.