#BE6362

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

Shades of Contessa #BE6362

Tints of Contessa #BE6362

Color information

#BE6362 (or 0xBE6362) is unknown color: approx Contessa. HEX triplet: BE, 63 and 62. RGB value is (190,99,98). Sum of RGB (Red+Green+Blue) = 190+99+98=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6362 is #419C9D. Grayscale: #7E7E7E. Windows color (decimal): -4299934 or 6448062. OLE color: 6448062.

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

Color convert

RGB1909998-
CMYK00.480.480.25
HSL0.65º41.44%56.47%-
HSV(B)0.65º48.42%74.51%-
XYZ27.920.7514.09-
YUV126.1112.15173.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=49.10%
G=25.58%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190999800.480.480.250.6541.4456.47
HexBE6362030301912938
Octal276143142060603115170
Binary10111110110001111000100110000110000110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6362; }

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

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

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

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

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

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

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

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