#BE7562

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

Shades of Contessa #BE7562

Tints of Contessa #BE7562

Color information

#BE7562 (or 0xBE7562) is unknown color: approx Contessa. HEX triplet: BE, 75 and 62. RGB value is (190,117,98). Sum of RGB (Red+Green+Blue) = 190+117+98=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7562 is #418A9D. Grayscale: #888888. Windows color (decimal): -4295326 or 6452670. OLE color: 6452670.

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

Color convert

RGB19011798-
CMYK00.380.480.25
HSL12.39º41.44%56.47%-
HSV(B)12.39º48.42%74.51%-
XYZ29.824.5514.72-
YUV136.66106.18166.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 98 (38.67% from 255) = 24.20%
R=46.91%
G=28.89%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901179800.380.480.2512.3941.4456.47
HexBE75620263019c2938
Octal2761651420466031145170
Binary10111110111010111000100100110110000110011100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7562; }

 p { color: rgb(190,117,98); }

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

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

 a { background-color: rgb(190,117,98); }

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

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

 span { border-color: rgb(190,117,98); }

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