#BC756E

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

Shades of Contessa #BC756E

Tints of Contessa #BC756E

Color information

#BC756E (or 0xBC756E) is unknown color: approx Contessa. HEX triplet: BC, 75 and 6E. RGB value is (188,117,110). Sum of RGB (Red+Green+Blue) = 188+117+110=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC756E is #438A91. Grayscale: #898989. Windows color (decimal): -4426386 or 7239100. OLE color: 7239100.

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

Color convert

RGB188117110-
CMYK00.380.410.26
HSL5.38º36.79%58.43%-
HSV(B)5.38º41.49%73.73%-
XYZ29.9124.5417.91-
YUV137.43112.52164.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=45.30%
G=28.19%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811711000.380.410.265.3836.7958.43
HexBC756E026291A5253a
Octal274165156046513254572
Binary1011110011101011101110010011010100111010101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC756E; }

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

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

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

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

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

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

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

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