#BC796E

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

Shades of Contessa #BC796E

Tints of Contessa #BC796E

Color information

#BC796E (or 0xBC796E) is unknown color: approx Contessa. HEX triplet: BC, 79 and 6E. RGB value is (188,121,110). Sum of RGB (Red+Green+Blue) = 188+121+110=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC796E is #438691. Grayscale: #8B8B8B. Windows color (decimal): -4425362 or 7240124. OLE color: 7240124.

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

Color convert

RGB188121110-
CMYK00.360.410.26
HSL8.46º36.79%58.43%-
HSV(B)8.46º41.49%73.73%-
XYZ30.3925.4918.07-
YUV139.78111.2162.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=44.87%
G=28.88%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812111000.360.410.268.4636.7958.43
HexBC796E024291A8253a
Octal2741711560445132104572
Binary10111100111100111011100100100101001110101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC796E; }

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

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

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

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

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

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

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

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