#BE6666

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

Shades of Contessa #BE6666

Tints of Contessa #BE6666

Color information

#BE6666 (or 0xBE6666) is unknown color: approx Contessa. HEX triplet: BE, 66 and 66. RGB value is (190,102,102). Sum of RGB (Red+Green+Blue) = 190+102+102=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6666 is #419999. Grayscale: #808080. Windows color (decimal): -4299162 or 6710974. OLE color: 6710974.

HSL color Cylindrical-coordinate representation of color #BE6666: hue angle of 0º 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 #BE6666 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190102102-
CMYK00.460.460.25
HSL40.37%57.25%-
HSV(B)46.32%74.51%-
XYZ28.3821.4115.21-
YUV128.31113.15172-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=48.22%
G=25.89%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010210200.460.460.25040.3757.25
HexBE666602E2E1902839
Octal276146146056563105071
Binary10111110110011011001100101110101110110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6666; }

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

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

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

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

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

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

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

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