#BE6562

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

Shades of Contessa #BE6562

Tints of Contessa #BE6562

Color information

#BE6562 (or 0xBE6562) is unknown color: approx Contessa. HEX triplet: BE, 65 and 62. RGB value is (190,101,98). Sum of RGB (Red+Green+Blue) = 190+101+98=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6562 is #419A9D. Grayscale: #7F7F7F. Windows color (decimal): -4299422 or 6448574. OLE color: 6448574.

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

Color convert

RGB19010198-
CMYK00.470.480.25
HSL1.96º41.44%56.47%-
HSV(B)1.96º48.42%74.51%-
XYZ28.0921.1414.15-
YUV127.27111.49172.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 98 (38.67% from 255) = 25.19%
R=48.84%
G=25.96%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901019800.470.480.251.9641.4456.47
HexBE656202F301922938
Octal276145142057603125170
Binary101111101100101110001001011111100001100110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6562; }

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

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

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

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

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

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

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

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