#BC6663

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

Shades of Contessa #BC6663

Tints of Contessa #BC6663

Color information

#BC6663 (or 0xBC6663) is unknown color: approx Contessa. HEX triplet: BC, 66 and 63. RGB value is (188,102,99). Sum of RGB (Red+Green+Blue) = 188+102+99=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6663 is #43999C. Grayscale: #7F7F7F. Windows color (decimal): -4430237 or 6514364. OLE color: 6514364.

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

Color convert

RGB18810299-
CMYK00.460.470.26
HSL2.02º39.91%56.27%-
HSV(B)2.02º47.34%73.73%-
XYZ27.7421.0914.41-
YUV127.37111.99171.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 99 (39.06% from 255) = 25.45%
R=48.33%
G=26.22%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881029900.460.470.262.0239.9156.27
HexBC666302E2F1A22838
Octal274146143056573225070
Binary101111001100110110001101011101011111101010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6663; }

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

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

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

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

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

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

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

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