#B66F6C

Color #B66F6C Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #B66F6C

Tints of Contessa #B66F6C

Color information

#B66F6C (or 0xB66F6C) is unknown color: approx Contessa. HEX triplet: B6, 6F and 6C. RGB value is (182,111,108). Sum of RGB (Red+Green+Blue) = 182+111+108=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F6C is #499093. Grayscale: #838383. Windows color (decimal): -4821140 or 7106486. OLE color: 7106486.

HSL color Cylindrical-coordinate representation of color #B66F6C: hue angle of 2.43º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66F6C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182111108-
CMYK00.390.410.29
HSL2.43º33.64%56.86%-
HSV(B)2.43º40.66%71.37%-
XYZ27.6822.417.05-
YUV131.89114.52163.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=45.39%
G=27.68%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211110800.390.410.292.4333.6456.86
HexB66F6C027291D22239
Octal266157154047513524271
Binary101101101101111110110001001111010011110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F6C; }

 p { color: rgb(182,111,108); }

 H1.HeaderClassName
 {
   color: #B66F6C;
 }
 .AnyTagClassName
 {
   color: #B66F6C;
 }
</style>
background-color css

<style>
 a { background-color: #B66F6C; }

 a { background-color: rgb(182,111,108); }

 div.DivClassName
 {
   background-color: #B66F6C;
 }
 .BgClassName
 {
   background-color: #B66F6C;
 }
</style>
border-color css

<style>
 span { border-color: #B66F6C; }

 span { border-color: rgb(182,111,108); }

 td.TdClassName
 {
   border-color: #B66F6C;
 }
 .TagClassName
 {
   border-color: #B66F6C;
 }
</style>