#BE6962

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

Shades of Contessa #BE6962

Tints of Contessa #BE6962

Color information

#BE6962 (or 0xBE6962) is unknown color: approx Contessa. HEX triplet: BE, 69 and 62. RGB value is (190,105,98). Sum of RGB (Red+Green+Blue) = 190+105+98=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6962 is #41969D. Grayscale: #818181. Windows color (decimal): -4298398 or 6449598. OLE color: 6449598.

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

Color convert

RGB19010598-
CMYK00.450.480.25
HSL4.57º41.44%56.47%-
HSV(B)4.57º48.42%74.51%-
XYZ28.4921.9314.29-
YUV129.62110.16171.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 98 (38.67% from 255) = 24.94%
R=48.35%
G=26.72%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901059800.450.480.254.5741.4456.47
HexBE696202D301952938
Octal276151142055603155170
Binary1011111011010011100010010110111000011001101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6962; }

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

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

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

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

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

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

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

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