#BF5B62

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

Shades of Mandy #BF5B62

Tints of Mandy #BF5B62

Color information

#BF5B62 (or 0xBF5B62) is unknown color: approx Mandy. HEX triplet: BF, 5B and 62. RGB value is (191,91,98). Sum of RGB (Red+Green+Blue) = 191+91+98=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B62 is #40A49D. Grayscale: #797979. Windows color (decimal): -4236446 or 6446015. OLE color: 6446015.

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

Color convert

RGB1919198-
CMYK00.520.490.25
HSL355.8º43.86%55.29%-
HSV(B)355.8º52.36%74.9%-
XYZ27.4319.4413.86-
YUV121.7114.63177.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=50.26%
G=23.95%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191919800.520.490.25355.843.8655.29
HexBF5B6203431191642c37
Octal27713314206461315445467
Binary1011111110110111100010011010011000111001101100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B62; }

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

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

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

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

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

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

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

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