#BE6360

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

Shades of Contessa #BE6360

Tints of Contessa #BE6360

Color information

#BE6360 (or 0xBE6360) is unknown color: approx Contessa. HEX triplet: BE, 63 and 60. RGB value is (190,99,96). Sum of RGB (Red+Green+Blue) = 190+99+96=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6360 is #419C9F. Grayscale: #7D7D7D. Windows color (decimal): -4299936 or 6316990. OLE color: 6316990.

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

Color convert

RGB1909996-
CMYK00.480.490.25
HSL1.91º41.96%56.08%-
HSV(B)1.91º49.47%74.51%-
XYZ27.8120.7213.6-
YUV125.87111.15173.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=49.35%
G=25.71%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190999600.480.490.251.9141.9656.08
HexBE6360030311922a38
Octal276143140060613125270
Binary101111101100011110000001100001100011100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6360; }

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

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

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

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

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

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

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

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