#BE7666

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

Shades of Contessa #BE7666

Tints of Contessa #BE7666

Color information

#BE7666 (or 0xBE7666) is unknown color: approx Contessa. HEX triplet: BE, 76 and 66. RGB value is (190,118,102). Sum of RGB (Red+Green+Blue) = 190+118+102=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7666 is #418999. Grayscale: #898989. Windows color (decimal): -4295066 or 6715070. OLE color: 6715070.

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

Color convert

RGB190118102-
CMYK00.380.460.25
HSL10.91º40.37%57.25%-
HSV(B)10.91º46.32%74.51%-
XYZ30.1124.8615.78-
YUV137.7107.85165.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 102 (40.23% from 255) = 24.88%
R=46.34%
G=28.78%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011810200.380.460.2510.9140.3757.25
HexBE76660262E19b2839
Octal2761661460465631135071
Binary10111110111011011001100100110101110110011011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7666; }

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

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

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

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

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

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

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

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