#BE7060

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

Shades of Contessa #BE7060

Tints of Contessa #BE7060

Color information

#BE7060 (or 0xBE7060) is unknown color: approx Contessa. HEX triplet: BE, 70 and 60. RGB value is (190,112,96). Sum of RGB (Red+Green+Blue) = 190+112+96=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7060 is #418F9F. Grayscale: #858585. Windows color (decimal): -4296608 or 6320318. OLE color: 6320318.

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

Color convert

RGB19011296-
CMYK00.410.490.25
HSL10.21º41.96%56.08%-
HSV(B)10.21º49.47%74.51%-
XYZ29.1423.3814.04-
YUV133.5106.84168.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=47.74%
G=28.14%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901129600.410.490.2510.2141.9656.08
HexBE70600293119a2a38
Octal2761601400516131125270
Binary10111110111000011000000101001110001110011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7060; }

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

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

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

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

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

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

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

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