#BE6560

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

Shades of Contessa #BE6560

Tints of Contessa #BE6560

Color information

#BE6560 (or 0xBE6560) is unknown color: approx Contessa. HEX triplet: BE, 65 and 60. RGB value is (190,101,96). Sum of RGB (Red+Green+Blue) = 190+101+96=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6560 is #419A9F. Grayscale: #7F7F7F. Windows color (decimal): -4299424 or 6317502. OLE color: 6317502.

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

Color convert

RGB19010196-
CMYK00.470.490.25
HSL3.19º41.96%56.08%-
HSV(B)3.19º49.47%74.51%-
XYZ2821.113.66-
YUV127.04110.49172.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=49.10%
G=26.10%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901019600.470.490.253.1941.9656.08
HexBE656002F311932a38
Octal276145140057613135270
Binary101111101100101110000001011111100011100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6560; }

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

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

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

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

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

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

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

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