#BC7466

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

Shades of Contessa #BC7466

Tints of Contessa #BC7466

Color information

#BC7466 (or 0xBC7466) is unknown color: approx Contessa. HEX triplet: BC, 74 and 66. RGB value is (188,116,102). Sum of RGB (Red+Green+Blue) = 188+116+102=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7466 is #438B99. Grayscale: #888888. Windows color (decimal): -4426650 or 6714556. OLE color: 6714556.

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

Color convert

RGB188116102-
CMYK00.380.460.26
HSL9.77º39.09%56.86%-
HSV(B)9.77º45.74%73.73%-
XYZ29.3824.1415.68-
YUV135.93108.85165.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=46.31%
G=28.57%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811610200.380.460.269.7739.0956.86
HexBC74660262E1Aa2739
Octal2741641460465632124771
Binary10111100111010011001100100110101110110101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7466; }

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

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

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

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

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

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

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

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