Color Hex Logo

#b55006 Color Hex

#B55006
(181,80,6)
0 Favorites   0 Comments

Color spaces of #b55006

RGB 181806
HSL0.070.940.37
HSV25°97°71°
CMYK 0.000.560.97   0.29
XYZ21.957615.57422.0211
Yxy15.57420.55510.3938
Hunter Lab39.464230.253924.5885
CIE-Lab46.410837.785654.6500

#b55006 color RGB value is (181,80,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 00000110
Octal 265 120 6
Decimal 181 80 6
Hex B5 50 6

RGB Percentages of Color #b55006

%67.79
%29.96
%2.25

CMYK Percentages of Color #b55006

%0
%56
%97
%29

Triadic Colors of #b55006

#b55006 #06b550 #5006b5

Analogous Colors of #b55006

#b55006 #b5a806 #b50613

Monochromatic Colors of #b55006

#b55006

Complementary Color

#b55006 #066bb5

#b55006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55006 Color CSS Codes

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

#b55006 Text Font Color

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

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


#b55006 Background Color

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

This div background color is #b55006


#b55006 Border Color

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

This div border color is #b55006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55006


Comments

No comments written yet.

Please login to write comment.