#BC6D66

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

Shades of Contessa #BC6D66

Tints of Contessa #BC6D66

Color information

#BC6D66 (or 0xBC6D66) is unknown color: approx Contessa. HEX triplet: BC, 6D and 66. RGB value is (188,109,102). Sum of RGB (Red+Green+Blue) = 188+109+102=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D66 is #439299. Grayscale: #838383. Windows color (decimal): -4428442 or 6712764. OLE color: 6712764.

HSL color Cylindrical-coordinate representation of color #BC6D66: hue angle of 4.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6D66 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188109102-
CMYK00.420.460.26
HSL4.88º39.09%56.86%-
HSV(B)4.88º45.74%73.73%-
XYZ28.6122.5915.42-
YUV131.82111.17168.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=47.12%
G=27.32%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810910200.420.460.264.8839.0956.86
HexBC6D6602A2E1A52739
Octal274155146052563254771
Binary1011110011011011100110010101010111011010101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D66; }

 p { color: rgb(188,109,102); }

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

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

 a { background-color: rgb(188,109,102); }

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

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

 span { border-color: rgb(188,109,102); }

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