#BF5460

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

Shades of Mandy #BF5460

Tints of Mandy #BF5460

Color information

#BF5460 (or 0xBF5460) is unknown color: approx Mandy. HEX triplet: BF, 54 and 60. RGB value is (191,84,96). Sum of RGB (Red+Green+Blue) = 191+84+96=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5460 is #40AB9F. Grayscale: #757575. Windows color (decimal): -4238240 or 6313151. OLE color: 6313151.

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

Color convert

RGB1918496-
CMYK00.560.500.25
HSL353.27º45.53%53.92%-
HSV(B)353.27º56.02%74.9%-
XYZ26.7718.2613.18-
YUV117.36115.95180.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=51.48%
G=22.64%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191849600.560.500.25353.2745.5353.92
HexBF546003832191612e36
Octal27712414007062315415666
Binary1011111110101001100000011100011001011001101100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5460; }

 p { color: rgb(191,84,96); }

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

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

 a { background-color: rgb(191,84,96); }

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

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

 span { border-color: rgb(191,84,96); }

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