#BE6366

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

Shades of Mandy #BE6366

Tints of Mandy #BE6366

Color information

#BE6366 (or 0xBE6366) is unknown color: approx Mandy. HEX triplet: BE, 63 and 66. RGB value is (190,99,102). Sum of RGB (Red+Green+Blue) = 190+99+102=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6366 is #419C99. Grayscale: #7E7E7E. Windows color (decimal): -4299930 or 6710206. OLE color: 6710206.

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

Color convert

RGB19099102-
CMYK00.480.460.25
HSL358.02º41.18%56.67%-
HSV(B)358.02º47.89%74.51%-
XYZ28.120.8315.11-
YUV126.55114.15173.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=48.59%
G=25.32%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909910200.480.460.25358.0241.1856.67
HexBE63660302E191662939
Octal27614314606056315465171
Binary1011111011000111100110011000010111011001101100110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6366; }

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

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

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

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

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

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

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

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