#be6165

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

Shades of Mandy #BE6165

Tints of Mandy #BE6165

Color information

#BE6165 (or 0xBE6165) is unknown color: approx Mandy. HEX triplet: BE, 61 and 65. RGB value is (190,97,101). Sum of RGB (Red+Green+Blue) = 190+97+101=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6165 is #419E9A. Grayscale: #7D7D7D. Windows color (decimal): -4300443 or 6644158. OLE color: 6644158.

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

Color convert

RGB19097101-
CMYK00.490.470.25
HSL357.42º41.7%56.27%-
HSV(B)357.42º48.95%74.51%-
XYZ27.8620.4414.79-
YUV125.26114.31174.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=48.97%
G=25%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909710100.490.470.25357.4241.756.27
HexBE61650312F191652a38
Octal27614114506157315455270
Binary1011111011000011100101011000110111111001101100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be6165; }

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

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

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

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

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

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

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

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