#BF5761

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

Shades of Mandy #BF5761

Tints of Mandy #BF5761

Color information

#BF5761 (or 0xBF5761) is unknown color: approx Mandy. HEX triplet: BF, 57 and 61. RGB value is (191,87,97). Sum of RGB (Red+Green+Blue) = 191+87+97=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5761 is #40A89E. Grayscale: #777777. Windows color (decimal): -4237471 or 6379455. OLE color: 6379455.

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

Color convert

RGB1918797-
CMYK00.540.490.25
HSL354.23º44.83%54.51%-
HSV(B)354.23º54.45%74.9%-
XYZ27.0518.7613.5-
YUV119.24115.46179.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=50.93%
G=23.2%
B=25.87%

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
Decimal191879700.540.490.25354.2344.8354.51
HexBF576103631191622d37
Octal27712714106661315425567
Binary1011111110101111100001011011011000111001101100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5761; }

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

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

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

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

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

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

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

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