#BE6665

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

Shades of Contessa #BE6665

Tints of Contessa #BE6665

Color information

#BE6665 (or 0xBE6665) is unknown color: approx Contessa. HEX triplet: BE, 66 and 65. RGB value is (190,102,101). Sum of RGB (Red+Green+Blue) = 190+102+101=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6665 is #41999A. Grayscale: #808080. Windows color (decimal): -4299163 or 6645438. OLE color: 6645438.

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

Color convert

RGB190102101-
CMYK00.460.470.25
HSL0.67º40.64%57.06%-
HSV(B)0.67º46.84%74.51%-
XYZ28.3421.3914.95-
YUV128.2112.65172.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=48.35%
G=25.95%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010210100.460.470.250.6740.6457.06
HexBE666502E2F1912939
Octal276146145056573115171
Binary10111110110011011001010101110101111110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6665; }

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

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

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

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

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

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

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

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