#BF5054

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

Shades of Mandy #BF5054

Tints of Mandy #BF5054

Color information

#BF5054 (or 0xBF5054) is unknown color: approx Mandy. HEX triplet: BF, 50 and 54. RGB value is (191,80,84). Sum of RGB (Red+Green+Blue) = 191+80+84=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5054 is #40AFAB. Grayscale: #717171. Windows color (decimal): -4239276 or 5525695. OLE color: 5525695.

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

Color convert

RGB1918084-
CMYK00.580.560.25
HSL357.84º46.44%53.14%-
HSV(B)357.84º58.12%74.9%-
XYZ25.9517.4510.39-
YUV113.64111.27183.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=53.80%
G=22.54%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191808400.580.560.25357.8446.4453.14
HexBF505403A38191662e35
Octal27712012407270315465665
Binary1011111110100001010100011101011100011001101100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5054; }

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

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

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

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

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

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

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

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