#BE7760

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

Shades of Contessa #BE7760

Tints of Contessa #BE7760

Color information

#BE7760 (or 0xBE7760) is unknown color: approx Contessa. HEX triplet: BE, 77 and 60. RGB value is (190,119,96). Sum of RGB (Red+Green+Blue) = 190+119+96=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7760 is #41889F. Grayscale: #898989. Windows color (decimal): -4294816 or 6322110. OLE color: 6322110.

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

Color convert

RGB19011996-
CMYK00.370.490.25
HSL14.68º41.96%56.08%-
HSV(B)14.68º49.47%74.51%-
XYZ29.9424.9914.31-
YUV137.61104.52165.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=46.91%
G=29.38%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901199600.370.490.2514.6841.9656.08
HexBE77600253119f2a38
Octal2761671400456131175270
Binary10111110111011111000000100101110001110011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7760; }

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

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

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

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

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

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

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

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