Color Hex Logo

#b55000 Color Hex

#B55000
(181,80,0)
0 Favorites   0 Comments

Color spaces of #b55000

RGB 181800
HSL0.071.000.35
HSV27°100°71°
CMYK 0.000.561.00   0.29
XYZ21.924715.56111.8480
Yxy15.56110.55740.3956
Hunter Lab39.447630.175924.8357
CIE-Lab46.393337.707756.1770

#b55000 color RGB value is (181,80,0).

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

The process color (four color CMYK) of #b55000 color hex is 0.00, 0.56, 1.00, 0.29. Web safe color of #b55000 is #cc6600. Color #b55000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 00000000
Octal 265 120 0
Decimal 181 80 0
Hex B5 50 0

RGB Percentages of Color #b55000

%69.35
%30.65
%0.00

CMYK Percentages of Color #b55000

%0
%56
%100
%29

Triadic Colors of #b55000

#b55000 #00b550 #5000b5

Analogous Colors of #b55000

#b55000 #b5ab00 #b5000a

Monochromatic Colors of #b55000

#b55000

Complementary Color

#b55000 #0065b5

#b55000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55000 Color CSS Codes

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

#b55000 Text Font Color

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

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


#b55000 Background Color

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

This div background color is #b55000


#b55000 Border Color

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

This div border color is #b55000


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,80,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 #b55000">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55000


Comments

No comments written yet.

Please login to write comment.