#BC796D

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

Shades of Contessa #BC796D

Tints of Contessa #BC796D

Color information

#BC796D (or 0xBC796D) is unknown color: approx Contessa. HEX triplet: BC, 79 and 6D. RGB value is (188,121,109). Sum of RGB (Red+Green+Blue) = 188+121+109=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC796D is #438692. Grayscale: #8B8B8B. Windows color (decimal): -4425363 or 7174588. OLE color: 7174588.

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

Color convert

RGB188121109-
CMYK00.360.420.26
HSL9.11º37.09%58.24%-
HSV(B)9.11º42.02%73.73%-
XYZ30.3425.4717.79-
YUV139.66110.7162.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=44.98%
G=28.95%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812110900.360.420.269.1137.0958.24
HexBC796D0242A1A9253a
Octal2741711550445232114572
Binary10111100111100111011010100100101010110101001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC796D; }

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

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

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

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

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

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

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

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