#BF5762

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

Shades of Mandy #BF5762

Tints of Mandy #BF5762

Color information

#BF5762 (or 0xBF5762) is unknown color: approx Mandy. HEX triplet: BF, 57 and 62. RGB value is (191,87,98). Sum of RGB (Red+Green+Blue) = 191+87+98=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5762 is #40A89D. Grayscale: #777777. Windows color (decimal): -4237470 or 6444991. OLE color: 6444991.

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

Color convert

RGB1918798-
CMYK00.540.490.25
HSL353.65º44.83%54.51%-
HSV(B)353.65º54.45%74.9%-
XYZ27.118.7713.75-
YUV119.35115.96179.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=50.80%
G=23.14%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191879800.540.490.25353.6544.8354.51
HexBF576203631191622d37
Octal27712714206661315425567
Binary1011111110101111100010011011011000111001101100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5762; }

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

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

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

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

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

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

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

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