#BC776E

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

Shades of Contessa #BC776E

Tints of Contessa #BC776E

Color information

#BC776E (or 0xBC776E) is unknown color: approx Contessa. HEX triplet: BC, 77 and 6E. RGB value is (188,119,110). Sum of RGB (Red+Green+Blue) = 188+119+110=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC776E is #438891. Grayscale: #8A8A8A. Windows color (decimal): -4425874 or 7239612. OLE color: 7239612.

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

Color convert

RGB188119110-
CMYK00.370.410.26
HSL6.92º36.79%58.43%-
HSV(B)6.92º41.49%73.73%-
XYZ30.1525.0117.99-
YUV138.6111.86163.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=45.08%
G=28.54%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811911000.370.410.266.9236.7958.43
HexBC776E025291A7253a
Octal274167156045513274572
Binary1011110011101111101110010010110100111010111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC776E; }

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

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

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

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

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

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

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

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