#BE6264

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

Shades of Mandy #BE6264

Tints of Mandy #BE6264

Color information

#BE6264 (or 0xBE6264) is unknown color: approx Mandy. HEX triplet: BE, 62 and 64. RGB value is (190,98,100). Sum of RGB (Red+Green+Blue) = 190+98+100=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6264 is #419D9B. Grayscale: #7D7D7D. Windows color (decimal): -4300188 or 6578878. OLE color: 6578878.

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

Color convert

RGB19098100-
CMYK00.480.470.25
HSL358.7º41.44%56.47%-
HSV(B)358.7º48.42%74.51%-
XYZ27.920.614.56-
YUV125.74113.48173.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 98 (38.67% from 255) = 25.26%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=48.97%
G=25.26%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909810000.480.470.25358.741.4456.47
HexBE62640302F191672938
Octal27614214406057315475170
Binary1011111011000101100100011000010111111001101100111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6264; }

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

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

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

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

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

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

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

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