Color Hex Logo

#b5802a Color Hex

#B5802A
(181,128,42)
0 Favorites   0 Comments

Color spaces of #b5802a

RGB 18112842
HSL0.100.620.44
HSV37°77°71°
CMYK 0.000.290.77   0.29
XYZ27.193125.42935.6656
Yxy25.42930.46650.4363
Hunter Lab50.42758.008328.6379
CIE-Lab57.491312.692652.0428

#b5802a color RGB value is (181,128,42).

#b5802a hex color red value is 181, green value is 128 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b5802a hue: 0.10 , saturation: 0.62 and the lightness value of b5802a is 0.44.

The process color (four color CMYK) of #b5802a color hex is 0.00, 0.29, 0.77, 0.29. Web safe color of #b5802a is #cc9933. Color #b5802a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 00101010
Octal 265 200 52
Decimal 181 128 42
Hex B5 80 2A

RGB Percentages of Color #b5802a

%51.57
%36.47
%11.97

CMYK Percentages of Color #b5802a

%0
%29
%77
%29

Triadic Colors of #b5802a

#b5802a #2ab580 #802ab5

Analogous Colors of #b5802a

#b5802a #a5b52a #b53b2a

Monochromatic Colors of #b5802a

#b5802a

Complementary Color

#b5802a #2a5fb5

#b5802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5802a Color CSS Codes

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

#b5802a Text Font Color

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

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


#b5802a Background Color

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

This div background color is #b5802a


#b5802a Border Color

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

This div border color is #b5802a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5802a


Comments

No comments written yet.

Please login to write comment.