#BF4F54

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

Shades of Mandy #BF4F54

Tints of Mandy #BF4F54

Color information

#BF4F54 (or 0xBF4F54) is unknown color: approx Mandy. HEX triplet: BF, 4F and 54. RGB value is (191,79,84). Sum of RGB (Red+Green+Blue) = 191+79+84=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4F54 is #40B0AB. Grayscale: #717171. Windows color (decimal): -4239532 or 5525439. OLE color: 5525439.

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

Color convert

RGB1917984-
CMYK00.590.560.25
HSL357.32º46.67%52.94%-
HSV(B)357.32º58.64%74.9%-
XYZ25.8817.3110.36-
YUV113.06111.61183.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=53.95%
G=22.32%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191798400.590.560.25357.3246.6752.94
HexBF4F5403B38191652f35
Octal27711712407370315455765
Binary1011111110011111010100011101111100011001101100101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F54; }

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

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

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

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

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

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

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

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