#BF5459

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

Shades of Mandy #BF5459

Tints of Mandy #BF5459

Color information

#BF5459 (or 0xBF5459) is unknown color: approx Mandy. HEX triplet: BF, 54 and 59. RGB value is (191,84,89). Sum of RGB (Red+Green+Blue) = 191+84+89=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5459 is #40ABA6. Grayscale: #747474. Windows color (decimal): -4238247 or 5854399. OLE color: 5854399.

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

Color convert

RGB1918489-
CMYK00.560.530.25
HSL357.2º45.53%53.92%-
HSV(B)357.2º56.02%74.9%-
XYZ26.4618.1411.56-
YUV116.56112.45181.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=52.47%
G=23.08%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191848900.560.530.25357.245.5353.92
HexBF545903835191652e36
Octal27712413107065315455666
Binary1011111110101001011001011100011010111001101100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5459; }

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

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

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

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

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

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

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

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