Color Hex Logo

#b53200 Color Hex

#B53200
(181,50,0)
0 Favorites   0 Comments

Color spaces of #b53200

RGB 181500
HSL0.051.000.35
HSV17°100°71°
CMYK 0.000.721.00   0.29
XYZ20.196712.10501.2720
Yxy12.10500.60160.3606
Hunter Lab34.792242.731822.1869
CIE-Lab41.382551.028553.5546

#b53200 color RGB value is (181,50,0).

#b53200 hex color red value is 181, green value is 50 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b53200 hue: 0.05 , saturation: 1.00 and the lightness value of b53200 is 0.35.

The process color (four color CMYK) of #b53200 color hex is 0.00, 0.72, 1.00, 0.29. Web safe color of #b53200 is #cc3300. Color #b53200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110010 00000000
Octal 265 62 0
Decimal 181 50 0
Hex B5 32 0

RGB Percentages of Color #b53200

%78.35
%21.65
%0.00

CMYK Percentages of Color #b53200

%0
%72
%100
%29

Triadic Colors of #b53200

#b53200 #00b532 #3200b5

Analogous Colors of #b53200

#b53200 #b58d00 #b50029

Monochromatic Colors of #b53200

#b53200

Complementary Color

#b53200 #0083b5

#b53200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53200 Color CSS Codes

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

#b53200 Text Font Color

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

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


#b53200 Background Color

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

This div background color is #b53200


#b53200 Border Color

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

This div border color is #b53200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53200


Comments

No comments written yet.

Please login to write comment.