#BE7976

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

Shades of Contessa #BE7976

Tints of Contessa #BE7976

Color information

#BE7976 (or 0xBE7976) is unknown color: approx Contessa. HEX triplet: BE, 79 and 76. RGB value is (190,121,118). Sum of RGB (Red+Green+Blue) = 190+121+118=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7976 is #418689. Grayscale: #8D8D8D. Windows color (decimal): -4294282 or 7764414. OLE color: 7764414.

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

Color convert

RGB190121118-
CMYK00.360.380.25
HSL2.5º35.64%60.39%-
HSV(B)2.5º37.89%74.51%-
XYZ31.3425.9320.49-
YUV141.29114.86162.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=44.29%
G=28.21%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012111800.360.380.252.535.6460.39
HexBE797602426193243c
Octal276171166044463134474
Binary101111101111001111011001001001001101100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7976; }

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

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

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

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

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

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

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

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