#BC6B66

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

Shades of Contessa #BC6B66

Tints of Contessa #BC6B66

Color information

#BC6B66 (or 0xBC6B66) is unknown color: approx Contessa. HEX triplet: BC, 6B and 66. RGB value is (188,107,102). Sum of RGB (Red+Green+Blue) = 188+107+102=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B66 is #439499. Grayscale: #828282. Windows color (decimal): -4428954 or 6712252. OLE color: 6712252.

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

Color convert

RGB188107102-
CMYK00.430.460.26
HSL3.49º39.09%56.86%-
HSV(B)3.49º45.74%73.73%-
XYZ28.422.1715.35-
YUV130.65111.84168.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=47.36%
G=26.95%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810710200.430.460.263.4939.0956.86
HexBC6B6602B2E1A32739
Octal274153146053563234771
Binary101111001101011110011001010111011101101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B66; }

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

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

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

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

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

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

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

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