Color Hex Logo

#b66259 Color Hex

#B66259
(182,98,89)
0 Favorites   0 Comments

Color spaces of #b66259

RGB 1829889
HSL0.020.390.53
HSV51°71°
CMYK 0.000.460.51   0.29
XYZ25.462319.401711.8541
Yxy19.40170.44890.3421
Hunter Lab44.047426.102014.8769
CIE-Lab51.153932.865420.2834

#b66259 color RGB value is (182,98,89).

#b66259 hex color red value is 182, green value is 98 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b66259 hue: 0.02 , saturation: 0.39 and the lightness value of b66259 is 0.53.

The process color (four color CMYK) of #b66259 color hex is 0.00, 0.46, 0.51, 0.29. Web safe color of #b66259 is #cc6666. Color #b66259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100010 01011001
Octal 266 142 131
Decimal 182 98 89
Hex B6 62 59

RGB Percentages of Color #b66259

%49.32
%26.56
%24.12

CMYK Percentages of Color #b66259

%0
%46
%51
%29

Triadic Colors of #b66259

#b66259 #59b662 #6259b6

Analogous Colors of #b66259

#b66259 #b69159 #b6597f

Monochromatic Colors of #b66259

#b66259

Complementary Color

#b66259 #59adb6

#b66259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66259 Color CSS Codes

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

#b66259 Text Font Color

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

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


#b66259 Background Color

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

This div background color is #b66259


#b66259 Border Color

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

This div border color is #b66259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66259


Comments

No comments written yet.

Please login to write comment.