#BF5159

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

Shades of Mandy #BF5159

Tints of Mandy #BF5159

Color information

#BF5159 (or 0xBF5159) is unknown color: approx Mandy. HEX triplet: BF, 51 and 59. RGB value is (191,81,89). Sum of RGB (Red+Green+Blue) = 191+81+89=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5159 is #40AEA6. Grayscale: #727272. Windows color (decimal): -4239015 or 5853631. OLE color: 5853631.

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

Color convert

RGB1918189-
CMYK00.580.530.25
HSL355.64º46.22%53.33%-
HSV(B)355.64º57.59%74.9%-
XYZ26.2317.6811.48-
YUV114.8113.44182.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=52.91%
G=22.44%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191818900.580.530.25355.6446.2253.33
HexBF515903A35191642e35
Octal27712113107265315445665
Binary1011111110100011011001011101011010111001101100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5159; }

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

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

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

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

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

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

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

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