#BC7770

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

Shades of Contessa #BC7770

Tints of Contessa #BC7770

Color information

#BC7770 (or 0xBC7770) is unknown color: approx Contessa. HEX triplet: BC, 77 and 70. RGB value is (188,119,112). Sum of RGB (Red+Green+Blue) = 188+119+112=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7770 is #43888F. Grayscale: #8A8A8A. Windows color (decimal): -4425872 or 7370684. OLE color: 7370684.

HSL color Cylindrical-coordinate representation of color #BC7770: hue angle of 5.53º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7770 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188119112-
CMYK00.370.400.26
HSL5.53º36.19%58.82%-
HSV(B)5.53º40.43%73.73%-
XYZ30.2625.0518.57-
YUV138.83112.86163.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=44.87%
G=28.40%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811911200.370.400.265.5336.1958.82
HexBC7770025281A6243b
Octal274167160045503264473
Binary1011110011101111110000010010110100011010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7770; }

 p { color: rgb(188,119,112); }

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

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

 a { background-color: rgb(188,119,112); }

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

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

 span { border-color: rgb(188,119,112); }

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