Color Hex Logo

#b5920b Color Hex

#B5920B
(181,146,11)
0 Favorites   0 Comments

Color spaces of #b5920b

RGB 18114611
HSL0.130.890.38
HSV48°94°71°
CMYK 0.000.190.94   0.29
XYZ29.395330.40574.6362
Yxy30.40570.45620.4719
Hunter Lab55.1414-1.340933.6139
CIE-Lab62.00271.911064.6485

#b5920b color RGB value is (181,146,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 00001011
Octal 265 222 13
Decimal 181 146 11
Hex B5 92 B

RGB Percentages of Color #b5920b

%53.55
%43.20
%3.25

CMYK Percentages of Color #b5920b

%0
%19
%94
%29

Triadic Colors of #b5920b

#b5920b #0bb592 #920bb5

Analogous Colors of #b5920b

#b5920b #83b50b #b53d0b

Monochromatic Colors of #b5920b

#b5920b

Complementary Color

#b5920b #0b2eb5

#b5920b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5920b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5920b Color CSS Codes

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

#b5920b Text Font Color

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

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


#b5920b Background Color

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

This div background color is #b5920b


#b5920b Border Color

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

This div border color is #b5920b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5920b


Comments

No comments written yet.

Please login to write comment.