#BE796B

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

Shades of Contessa #BE796B

Tints of Contessa #BE796B

Color information

#BE796B (or 0xBE796B) is unknown color: approx Contessa. HEX triplet: BE, 79 and 6B. RGB value is (190,121,107). Sum of RGB (Red+Green+Blue) = 190+121+107=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE796B is #418694. Grayscale: #8C8C8C. Windows color (decimal): -4294293 or 7043518. OLE color: 7043518.

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

Color convert

RGB190121107-
CMYK00.360.440.25
HSL10.12º38.97%58.24%-
HSV(B)10.12º43.68%74.51%-
XYZ30.7325.6817.25-
YUV140.04109.36163.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 107 (42.19% from 255) = 25.60%
R=45.45%
G=28.95%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012110700.360.440.2510.1238.9758.24
HexBE796B0242C19a273a
Octal2761711530445431124772
Binary10111110111100111010110100100101100110011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE796B; }

 p { color: rgb(190,121,107); }

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

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

 a { background-color: rgb(190,121,107); }

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

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

 span { border-color: rgb(190,121,107); }

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