#BC7C66

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

Shades of Contessa #BC7C66

Tints of Contessa #BC7C66

Color information

#BC7C66 (or 0xBC7C66) is unknown color: approx Contessa. HEX triplet: BC, 7C and 66. RGB value is (188,124,102). Sum of RGB (Red+Green+Blue) = 188+124+102=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C66 is #438399. Grayscale: #8C8C8C. Windows color (decimal): -4424602 or 6716604. OLE color: 6716604.

HSL color Cylindrical-coordinate representation of color #BC7C66: hue angle of 15.35º 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 #BC7C66 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188124102-
CMYK00.340.460.26
HSL15.35º39.09%56.86%-
HSV(B)15.35º45.74%73.73%-
XYZ30.3426.0716-
YUV140.63106.2161.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=45.41%
G=29.95%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812410200.340.460.2615.3539.0956.86
HexBC7C660222E1Af2739
Octal2741741460425632174771
Binary10111100111110011001100100010101110110101111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C66; }

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

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

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

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

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

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

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

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