#B66F68

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

Shades of Contessa #B66F68

Tints of Contessa #B66F68

Color information

#B66F68 (or 0xB66F68) is unknown color: approx Contessa. HEX triplet: B6, 6F and 68. RGB value is (182,111,104). Sum of RGB (Red+Green+Blue) = 182+111+104=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F68 is #499097. Grayscale: #838383. Windows color (decimal): -4821144 or 6844342. OLE color: 6844342.

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

Color convert

RGB182111104-
CMYK00.390.430.29
HSL5.38º34.82%56.08%-
HSV(B)5.38º42.86%71.37%-
XYZ27.4722.3115.96-
YUV131.43112.52164.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=45.84%
G=27.96%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211110400.390.430.295.3834.8256.08
HexB66F680272B1D52338
Octal266157150047533554370
Binary1011011011011111101000010011110101111101101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F68; }

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

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

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

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

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

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

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

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