#BC7872

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

Shades of Contessa #BC7872

Tints of Contessa #BC7872

Color information

#BC7872 (or 0xBC7872) is unknown color: approx Contessa. HEX triplet: BC, 78 and 72. RGB value is (188,120,114). Sum of RGB (Red+Green+Blue) = 188+120+114=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7872 is #43878D. Grayscale: #8B8B8B. Windows color (decimal): -4425614 or 7502012. OLE color: 7502012.

HSL color Cylindrical-coordinate representation of color #BC7872: hue angle of 4.86º degrees, saturation: 0.36, 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 #BC7872 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB188120114-
CMYK00.360.390.26
HSL4.86º35.58%59.22%-
HSV(B)4.86º39.36%73.73%-
XYZ30.4925.3419.2-
YUV139.65113.53162.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=44.55%
G=28.44%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812011400.360.390.264.8635.5859.22
HexBC7872024271A5243b
Octal274170162044473254473
Binary1011110011110001110010010010010011111010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7872; }

 p { color: rgb(188,120,114); }

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

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

 a { background-color: rgb(188,120,114); }

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

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

 span { border-color: rgb(188,120,114); }

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