#BF4559

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

Shades of Mandy #BF4559

Tints of Mandy #BF4559

Color information

#BF4559 (or 0xBF4559) is unknown color: approx Mandy. HEX triplet: BF, 45 and 59. RGB value is (191,69,89). Sum of RGB (Red+Green+Blue) = 191+69+89=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4559 is #40BAA6. Grayscale: #6B6B6B. Windows color (decimal): -4242087 or 5850559. OLE color: 5850559.

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

Color convert

RGB1916989-
CMYK00.640.530.25
HSL350.16º48.8%50.98%-
HSV(B)350.16º63.87%74.9%-
XYZ25.4216.0511.21-
YUV107.76117.42187.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=54.73%
G=19.77%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191698900.640.530.25350.1648.850.98
HexBF4559040351915e3133
Octal277105131010065315366163
Binary10111111100010110110010100000011010111001101011110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4559; }

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

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

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

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

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

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

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

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