#BE7978

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

Shades of Contessa #BE7978

Tints of Contessa #BE7978

Color information

#BE7978 (or 0xBE7978) is unknown color: approx Contessa. HEX triplet: BE, 79 and 78. RGB value is (190,121,120). Sum of RGB (Red+Green+Blue) = 190+121+120=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7978 is #418687. Grayscale: #8D8D8D. Windows color (decimal): -4294280 or 7895486. OLE color: 7895486.

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

Color convert

RGB190121120-
CMYK00.360.370.25
HSL0.86º35%60.78%-
HSV(B)0.86º36.84%74.51%-
XYZ31.4625.9821.13-
YUV141.52115.86162.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=44.08%
G=28.07%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012112000.360.370.250.863560.78
HexBE797802425191233d
Octal276171170044453114375
Binary10111110111100111110000100100100101110011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7978; }

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

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

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

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

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

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

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

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