#BC7470

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

Shades of Contessa #BC7470

Tints of Contessa #BC7470

Color information

#BC7470 (or 0xBC7470) is unknown color: approx Contessa. HEX triplet: BC, 74 and 70. RGB value is (188,116,112). Sum of RGB (Red+Green+Blue) = 188+116+112=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7470 is #438B8F. Grayscale: #898989. Windows color (decimal): -4426640 or 7369916. OLE color: 7369916.

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

Color convert

RGB188116112-
CMYK00.380.400.26
HSL3.16º36.19%58.82%-
HSV(B)3.16º40.43%73.73%-
XYZ29.9124.3518.45-
YUV137.07113.85164.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=45.19%
G=27.88%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811611200.380.400.263.1636.1958.82
HexBC7470026281A3243b
Octal274164160046503234473
Binary101111001110100111000001001101010001101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7470; }

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

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

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

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

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

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

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

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