#BE6E62

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

Shades of Contessa #BE6E62

Tints of Contessa #BE6E62

Color information

#BE6E62 (or 0xBE6E62) is unknown color: approx Contessa. HEX triplet: BE, 6E and 62. RGB value is (190,110,98). Sum of RGB (Red+Green+Blue) = 190+110+98=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E62 is #41919D. Grayscale: #848484. Windows color (decimal): -4297118 or 6450878. OLE color: 6450878.

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

Color convert

RGB19011098-
CMYK00.420.480.25
HSL7.83º41.44%56.47%-
HSV(B)7.83º48.42%74.51%-
XYZ29.0222.9814.46-
YUV132.55108.5168.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=47.74%
G=27.64%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901109800.420.480.257.8341.4456.47
HexBE6E6202A301982938
Octal2761561420526031105170
Binary10111110110111011000100101010110000110011000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E62; }

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

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

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

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

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

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

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

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