Color Hex Logo

#b6552e Color Hex

#B6552E
(182,85,46)
0 Favorites   0 Comments

Color spaces of #b6552e

RGB 1828546
HSL0.050.600.45
HSV17°75°71°
CMYK 0.000.530.75   0.29
XYZ23.033016.63934.5825
Yxy16.63930.52050.3760
Hunter Lab40.791329.406121.8933
CIE-Lab47.802336.716840.4358

#b6552e color RGB value is (182,85,46).

#b6552e hex color red value is 182, green value is 85 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b6552e hue: 0.05 , saturation: 0.60 and the lightness value of b6552e is 0.45.

The process color (four color CMYK) of #b6552e color hex is 0.00, 0.53, 0.75, 0.29. Web safe color of #b6552e is #cc6633. Color #b6552e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010101 00101110
Octal 266 125 56
Decimal 182 85 46
Hex B6 55 2E

RGB Percentages of Color #b6552e

%58.15
%27.16
%14.70

CMYK Percentages of Color #b6552e

%0
%53
%75
%29

Triadic Colors of #b6552e

#b6552e #2eb655 #552eb6

Analogous Colors of #b6552e

#b6552e #b6992e #b62e4b

Monochromatic Colors of #b6552e

#b6552e

Complementary Color

#b6552e #2e8fb6

#b6552e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6552e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6552e Color CSS Codes

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

#b6552e Text Font Color

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

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


#b6552e Background Color

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

This div background color is #b6552e


#b6552e Border Color

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

This div border color is #b6552e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,85,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6552e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6552e;
  -webkit-box-shadow: 1px 1px 3px 2px #b6552e;
  box-shadow:         1px 1px 3px 2px #b6552e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,85,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6552e

#b6552e Color Palettes


Comments

No comments written yet.

Please login to write comment.