#BE7762

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

Shades of Contessa #BE7762

Tints of Contessa #BE7762

Color information

#BE7762 (or 0xBE7762) is unknown color: approx Contessa. HEX triplet: BE, 77 and 62. RGB value is (190,119,98). Sum of RGB (Red+Green+Blue) = 190+119+98=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7762 is #41889D. Grayscale: #898989. Windows color (decimal): -4294814 or 6453182. OLE color: 6453182.

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

Color convert

RGB19011998-
CMYK00.370.480.25
HSL13.7º41.44%56.47%-
HSV(B)13.7º48.42%74.51%-
XYZ30.0425.0214.8-
YUV137.83105.52165.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=46.68%
G=29.24%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901199800.370.480.2513.741.4456.47
HexBE77620253019e2938
Octal2761671420456031165170
Binary10111110111011111000100100101110000110011110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7762; }

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

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

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

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

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

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

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

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