#BF5758

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

Shades of Mandy #BF5758

Tints of Mandy #BF5758

Color information

#BF5758 (or 0xBF5758) is unknown color: approx Mandy. HEX triplet: BF, 57 and 58. RGB value is (191,87,88). Sum of RGB (Red+Green+Blue) = 191+87+88=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5758 is #40A8A7. Grayscale: #767676. Windows color (decimal): -4237480 or 5789631. OLE color: 5789631.

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

Color convert

RGB1918788-
CMYK00.540.540.25
HSL359.42º44.83%54.51%-
HSV(B)359.42º54.45%74.9%-
XYZ26.6618.611.42-
YUV118.21110.96179.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.19%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=52.19%
G=23.77%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191878800.540.540.25359.4244.8354.51
HexBF575803636191672d37
Octal27712713006666315475567
Binary1011111110101111011000011011011011011001101100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5758; }

 p { color: rgb(191,87,88); }

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

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

 a { background-color: rgb(191,87,88); }

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

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

 span { border-color: rgb(191,87,88); }

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