#BE7066

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

Shades of Contessa #BE7066

Tints of Contessa #BE7066

Color information

#BE7066 (or 0xBE7066) is unknown color: approx Contessa. HEX triplet: BE, 70 and 66. RGB value is (190,112,102). Sum of RGB (Red+Green+Blue) = 190+112+102=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7066 is #418F99. Grayscale: #868686. Windows color (decimal): -4296602 or 6713534. OLE color: 6713534.

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

Color convert

RGB190112102-
CMYK00.410.460.25
HSL6.82º40.37%57.25%-
HSV(B)6.82º46.32%74.51%-
XYZ29.4323.4915.55-
YUV134.18109.84167.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=47.03%
G=27.72%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011210200.410.460.256.8240.3757.25
HexBE70660292E1972839
Octal276160146051563175071
Binary1011111011100001100110010100110111011001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7066; }

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

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

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

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

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

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

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

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