#BF4959

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

Shades of Mandy #BF4959

Tints of Mandy #BF4959

Color information

#BF4959 (or 0xBF4959) is unknown color: approx Mandy. HEX triplet: BF, 49 and 59. RGB value is (191,73,89). Sum of RGB (Red+Green+Blue) = 191+73+89=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4959 is #40B6A6. Grayscale: #6E6E6E. Windows color (decimal): -4241063 or 5851583. OLE color: 5851583.

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

Color convert

RGB1917389-
CMYK00.620.530.25
HSL351.86º47.97%51.76%-
HSV(B)351.86º61.78%74.9%-
XYZ25.6716.5611.3-
YUV110.11116.09185.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=54.11%
G=20.68%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191738900.620.530.25351.8647.9751.76
HexBF495903E35191603034
Octal27711113107665315406064
Binary1011111110010011011001011111011010111001101100000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4959; }

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

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

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

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

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

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

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

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