#BE6866

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

Shades of Contessa #BE6866

Tints of Contessa #BE6866

Color information

#BE6866 (or 0xBE6866) is unknown color: approx Contessa. HEX triplet: BE, 68 and 66. RGB value is (190,104,102). Sum of RGB (Red+Green+Blue) = 190+104+102=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6866 is #419799. Grayscale: #818181. Windows color (decimal): -4298650 or 6711486. OLE color: 6711486.

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

Color convert

RGB190104102-
CMYK00.450.460.25
HSL1.36º40.37%57.25%-
HSV(B)1.36º46.32%74.51%-
XYZ28.5821.8115.27-
YUV129.49112.49171.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 102 (40.23% from 255) = 25.76%
R=47.98%
G=26.26%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010410200.450.460.251.3640.3757.25
HexBE686602D2E1912839
Octal276150146055563115071
Binary10111110110100011001100101101101110110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6866; }

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

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

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

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

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

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

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

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