#BC7773

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

Shades of Contessa #BC7773

Tints of Contessa #BC7773

Color information

#BC7773 (or 0xBC7773) is unknown color: approx Contessa. HEX triplet: BC, 77 and 73. RGB value is (188,119,115). Sum of RGB (Red+Green+Blue) = 188+119+115=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7773 is #43888C. Grayscale: #8B8B8B. Windows color (decimal): -4425869 or 7567292. OLE color: 7567292.

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

Color convert

RGB188119115-
CMYK00.370.390.26
HSL3.29º35.27%59.41%-
HSV(B)3.29º38.83%73.73%-
XYZ30.4325.1219.46-
YUV139.18114.36162.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=44.55%
G=28.20%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811911500.370.390.263.2935.2759.41
HexBC7773025271A3233b
Octal274167163045473234373
Binary101111001110111111001101001011001111101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7773; }

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

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

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

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

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

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

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

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