#be6163

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

Shades of Mandy #BE6163

Tints of Mandy #BE6163

Color information

#BE6163 (or 0xBE6163) is unknown color: approx Mandy. HEX triplet: BE, 61 and 63. RGB value is (190,97,99). Sum of RGB (Red+Green+Blue) = 190+97+99=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6163 is #419E9C. Grayscale: #7D7D7D. Windows color (decimal): -4300445 or 6513086. OLE color: 6513086.

HSL color Cylindrical-coordinate representation of color #BE6163: hue angle of 358.71º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6163 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB1909799-
CMYK00.490.480.25
HSL358.71º41.7%56.27%-
HSV(B)358.71º48.95%74.51%-
XYZ27.7620.414.28-
YUV125.04113.31174.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=49.22%
G=25.13%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190979900.490.480.25358.7141.756.27
HexBE616303130191672a38
Octal27614114306160315475270
Binary1011111011000011100011011000111000011001101100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be6163; }

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

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

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

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

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

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

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

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