Color Hex Logo

#b5533b Color Hex

#B5533B
(181,83,59)
0 Favorites   0 Comments

Color spaces of #b5533b

RGB 1818359
HSL0.030.510.47
HSV12°67°71°
CMYK 0.000.540.67   0.29
XYZ22.938716.32606.0799
Yxy16.32600.50590.3600
Hunter Lab40.405430.627319.3623
CIE-Lab47.399338.027832.8654

#b5533b color RGB value is (181,83,59).

#b5533b hex color red value is 181, green value is 83 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #b5533b hue: 0.03 , saturation: 0.51 and the lightness value of b5533b is 0.47.

The process color (four color CMYK) of #b5533b color hex is 0.00, 0.54, 0.67, 0.29. Web safe color of #b5533b is #cc6633. Color #b5533b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010011 00111011
Octal 265 123 73
Decimal 181 83 59
Hex B5 53 3B

RGB Percentages of Color #b5533b

%56.04
%25.70
%18.27

CMYK Percentages of Color #b5533b

%0
%54
%67
%29

Triadic Colors of #b5533b

#b5533b #3bb553 #533bb5

Analogous Colors of #b5533b

#b5533b #b5903b #b53b60

Monochromatic Colors of #b5533b

#b5533b

Complementary Color

#b5533b #3b9db5

#b5533b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5533b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5533b Color CSS Codes

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

#b5533b Text Font Color

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

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


#b5533b Background Color

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

This div background color is #b5533b


#b5533b Border Color

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

This div border color is #b5533b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5533b


Comments

No comments written yet.

Please login to write comment.