#BC796A

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

Shades of Contessa #BC796A

Tints of Contessa #BC796A

Color information

#BC796A (or 0xBC796A) is unknown color: approx Contessa. HEX triplet: BC, 79 and 6A. RGB value is (188,121,106). Sum of RGB (Red+Green+Blue) = 188+121+106=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC796A is #438695. Grayscale: #8B8B8B. Windows color (decimal): -4425366 or 6977980. OLE color: 6977980.

HSL color Cylindrical-coordinate representation of color #BC796A: hue angle of 10.98º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC796A is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188121106-
CMYK00.360.440.26
HSL10.98º37.96%57.65%-
HSV(B)10.98º43.62%73.73%-
XYZ30.1825.4116.95-
YUV139.32109.2162.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=45.30%
G=29.16%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812110600.360.440.2610.9837.9657.65
HexBC796A0242C1Ab263a
Octal2741711520445432134672
Binary10111100111100111010100100100101100110101011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC796A; }

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

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

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

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

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

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

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

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