#BE7770

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

Shades of Contessa #BE7770

Tints of Contessa #BE7770

Color information

#BE7770 (or 0xBE7770) is unknown color: approx Contessa. HEX triplet: BE, 77 and 70. RGB value is (190,119,112). Sum of RGB (Red+Green+Blue) = 190+119+112=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7770 is #41888F. Grayscale: #8B8B8B. Windows color (decimal): -4294800 or 7370686. OLE color: 7370686.

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

Color convert

RGB190119112-
CMYK00.370.410.25
HSL5.38º37.5%59.22%-
HSV(B)5.38º41.05%74.51%-
XYZ30.7625.3118.59-
YUV139.43112.52164.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 119 (46.88% from 255) = 28.27%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=45.13%
G=28.27%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011911200.370.410.255.3837.559.22
HexBE777002529195263b
Octal276167160045513154673
Binary1011111011101111110000010010110100111001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7770; }

 p { color: rgb(190,119,112); }

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

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

 a { background-color: rgb(190,119,112); }

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

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

 span { border-color: rgb(190,119,112); }

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