Color Hex Logo

#b5920a Color Hex

#B5920A
(181,146,10)
0 Favorites   0 Comments

Color spaces of #b5920a

RGB 18114610
HSL0.130.900.37
HSV48°94°71°
CMYK 0.000.190.94   0.29
XYZ29.389730.40344.6066
Yxy30.40340.45640.4721
Hunter Lab55.1393-1.351733.6441
CIE-Lab62.00071.898064.7941

#b5920a color RGB value is (181,146,10).

#b5920a hex color red value is 181, green value is 146 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b5920a hue: 0.13 , saturation: 0.90 and the lightness value of b5920a is 0.37.

The process color (four color CMYK) of #b5920a color hex is 0.00, 0.19, 0.94, 0.29. Web safe color of #b5920a is #cc9900. Color #b5920a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 00001010
Octal 265 222 12
Decimal 181 146 10
Hex B5 92 A

RGB Percentages of Color #b5920a

%53.71
%43.32
%2.97

CMYK Percentages of Color #b5920a

%0
%19
%94
%29

Triadic Colors of #b5920a

#b5920a #0ab592 #920ab5

Analogous Colors of #b5920a

#b5920a #83b50a #b53c0a

Monochromatic Colors of #b5920a

#b5920a

Complementary Color

#b5920a #0a2db5

#b5920a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5920a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5920a Color CSS Codes

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

#b5920a Text Font Color

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

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


#b5920a Background Color

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

This div background color is #b5920a


#b5920a Border Color

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

This div border color is #b5920a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,146,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5920a


Comments

No comments written yet.

Please login to write comment.