#BF5457

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

Shades of Mandy #BF5457

Tints of Mandy #BF5457

Color information

#BF5457 (or 0xBF5457) is unknown color: approx Mandy. HEX triplet: BF, 54 and 57. RGB value is (191,84,87). Sum of RGB (Red+Green+Blue) = 191+84+87=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5457 is #40ABA8. Grayscale: #747474. Windows color (decimal): -4238249 or 5723327. OLE color: 5723327.

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

Color convert

RGB1918487-
CMYK00.560.540.25
HSL358.32º45.53%53.92%-
HSV(B)358.32º56.02%74.9%-
XYZ26.3818.1111.12-
YUV116.34111.45181.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 87 (34.38% from 255) = 24.03%
R=52.76%
G=23.20%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191848700.560.540.25358.3245.5353.92
HexBF545703836191662e36
Octal27712412707066315465666
Binary1011111110101001010111011100011011011001101100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5457; }

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

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

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

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

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

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

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

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