Color Hex Logo

#b5490f Color Hex

#B5490F
(181,73,15)
0 Favorites   0 Comments

Color spaces of #b5490f

RGB 1817315
HSL0.060.850.38
HSV21°92°71°
CMYK 0.000.600.92   0.29
XYZ21.524814.62332.1400
Yxy14.62330.56220.3819
Hunter Lab38.240433.553523.4503
CIE-Lab45.113941.346851.3952

#b5490f color RGB value is (181,73,15).

#b5490f hex color red value is 181, green value is 73 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b5490f hue: 0.06 , saturation: 0.85 and the lightness value of b5490f is 0.38.

The process color (four color CMYK) of #b5490f color hex is 0.00, 0.60, 0.92, 0.29. Web safe color of #b5490f is #cc3300. Color #b5490f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 00001111
Octal 265 111 17
Decimal 181 73 15
Hex B5 49 F

RGB Percentages of Color #b5490f

%67.29
%27.14
%5.58

CMYK Percentages of Color #b5490f

%0
%60
%92
%29

Triadic Colors of #b5490f

#b5490f #0fb549 #490fb5

Analogous Colors of #b5490f

#b5490f #b59c0f #b50f28

Monochromatic Colors of #b5490f

#b5490f

Complementary Color

#b5490f #0f7bb5

#b5490f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5490f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5490f Color CSS Codes

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

#b5490f Text Font Color

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

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


#b5490f Background Color

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

This div background color is #b5490f


#b5490f Border Color

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

This div border color is #b5490f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5490f


Comments

No comments written yet.

Please login to write comment.