Color Hex Logo

#b66552 Color Hex

#B66552
(182,101,82)
0 Favorites   0 Comments

Color spaces of #b66552

RGB 18210182
HSL0.030.410.52
HSV11°55°71°
CMYK 0.000.450.55   0.29
XYZ25.468119.861610.4740
Yxy19.86160.45640.3559
Hunter Lab44.566424.015317.2621
CIE-Lab51.680430.620625.0512

#b66552 color RGB value is (182,101,82).

#b66552 hex color red value is 182, green value is 101 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b66552 hue: 0.03 , saturation: 0.41 and the lightness value of b66552 is 0.52.

The process color (four color CMYK) of #b66552 color hex is 0.00, 0.45, 0.55, 0.29. Web safe color of #b66552 is #cc6666. Color #b66552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100101 01010010
Octal 266 145 122
Decimal 182 101 82
Hex B6 65 52

RGB Percentages of Color #b66552

%49.86
%27.67
%22.47

CMYK Percentages of Color #b66552

%0
%45
%55
%29

Triadic Colors of #b66552

#b66552 #52b665 #6552b6

Analogous Colors of #b66552

#b66552 #b69752 #b65271

Monochromatic Colors of #b66552

#b66552

Complementary Color

#b66552 #52a3b6

#b66552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66552 Color CSS Codes

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

#b66552 Text Font Color

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

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


#b66552 Background Color

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

This div background color is #b66552


#b66552 Border Color

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

This div border color is #b66552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66552


Comments

No comments written yet.

Please login to write comment.