#BE6966

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

Shades of Contessa #BE6966

Tints of Contessa #BE6966

Color information

#BE6966 (or 0xBE6966) is unknown color: approx Contessa. HEX triplet: BE, 69 and 66. RGB value is (190,105,102). Sum of RGB (Red+Green+Blue) = 190+105+102=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6966 is #419699. Grayscale: #828282. Windows color (decimal): -4298394 or 6711742. OLE color: 6711742.

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

Color convert

RGB190105102-
CMYK00.450.460.25
HSL2.05º40.37%57.25%-
HSV(B)2.05º46.32%74.51%-
XYZ28.6922.0115.31-
YUV130.07112.16170.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=47.86%
G=26.45%
B=25.69%

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
Decimal19010510200.450.460.252.0540.3757.25
HexBE696602D2E1922839
Octal276151146055563125071
Binary101111101101001110011001011011011101100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6966; }

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

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

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

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

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

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

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

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