#BE7862

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

Shades of Contessa #BE7862

Tints of Contessa #BE7862

Color information

#BE7862 (or 0xBE7862) is unknown color: approx Contessa. HEX triplet: BE, 78 and 62. RGB value is (190,120,98). Sum of RGB (Red+Green+Blue) = 190+120+98=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7862 is #41879D. Grayscale: #8A8A8A. Windows color (decimal): -4294558 or 6453438. OLE color: 6453438.

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

Color convert

RGB19012098-
CMYK00.370.480.25
HSL14.35º41.44%56.47%-
HSV(B)14.35º48.42%74.51%-
XYZ30.1625.2614.84-
YUV138.42105.19164.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=46.57%
G=29.41%
B=24.02%

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
Decimal1901209800.370.480.2514.3541.4456.47
HexBE78620253019e2938
Octal2761701420456031165170
Binary10111110111100011000100100101110000110011110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7862; }

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

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

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

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

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

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

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

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