Shades of Mandy #BF495A
Tints of Mandy #BF495A
RGB
CMYK
RGB Variations
Color information
#BF495A (or 0xBF495A) is known color: Mandy. HEX triplet: BF, 49 and 5A. RGB value is (191,73,90). Sum of RGB (Red+Green+Blue) = 191+73+90=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF495A is #40B6A5. Grayscale: #6E6E6E. Windows color (decimal): -4241062 or 5917119. OLE color: 5917119.
HSL color Cylindrical-coordinate representation of color #BF495A: hue angle of 351.36º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF495A is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 90 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.25 |
| HSL | 351.36º | 0.48% | 0.52% | - |
| HSV(B) | 351.36º | 0.62% | 0.75% | - |
| XYZ | 25.71 | 16.58 | 11.52 | - |
| YUV | 110.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 90 | 0 | 0.62 | 0.53 | 0.25 | 351.36 | 0.48 | 0.52 |
| Hex | BF | 49 | 5A | 0 | 3E | 35 | 19 | 15F | 30 | 34 |
| Octal | 277 | 111 | 132 | 0 | 76 | 65 | 31 | 537 | 60 | 64 |
| Binary | 10111111 | 1001001 | 1011010 | 0 | 111110 | 110101 | 11001 | 101011111 | 110000 | 110100 |
Color Harmonies of #BF495A
Complementary color
Monochromatic Colors of #BF495A
Black with #BF495A
Text Example
Text Example
White with #BF495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF495A; }
p { color: rgb(191,73,90); }
H1.HeaderClassName
{
color: #BF495A;
}
.AnyTagClassName
{
color: #BF495A;
}
</style>
background-color css
<style>
a { background-color: #BF495A; }
a { background-color: rgb(191,73,90); }
div.DivClassName
{
background-color: #BF495A;
}
.BgClassName
{
background-color: #BF495A;
}
</style>
border-color css
<style>
span { border-color: #BF495A; }
span { border-color: rgb(191,73,90); }
td.TdClassName
{
border-color: #BF495A;
}
.TagClassName
{
border-color: #BF495A;
}
</style>