Shades of Mandy #B95456
Tints of Mandy #B95456
RGB
CMYK
RGB Variations
Color information
#B95456 (or 0xB95456) is known color: Mandy. HEX triplet: B9, 54 and 56. RGB value is (185,84,86). Sum of RGB (Red+Green+Blue) = 185+84+86=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B95456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95456 is #46ABA9. Grayscale: #727272. Windows color (decimal): -4631466 or 5657785. OLE color: 5657785.
HSL color Cylindrical-coordinate representation of color #B95456: hue angle of 358.81º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95456 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 86 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.27 |
| HSL | 358.81º | 0.42% | 0.53% | - |
| HSV(B) | 358.81º | 0.55% | 0.73% | - |
| XYZ | 24.86 | 17.33 | 10.84 | - |
| YUV | 114.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 86 | 0 | 0.55 | 0.54 | 0.27 | 358.81 | 0.42 | 0.53 |
| Hex | B9 | 54 | 56 | 0 | 37 | 36 | 1B | 167 | 2A | 35 |
| Octal | 271 | 124 | 126 | 0 | 67 | 66 | 33 | 547 | 52 | 65 |
| Binary | 10111001 | 1010100 | 1010110 | 0 | 110111 | 110110 | 11011 | 101100111 | 101010 | 110101 |
Color Harmonies of #B95456
Complementary color
Monochromatic Colors of #B95456
Black with #B95456
Text Example
Text Example
White with #B95456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95456; }
p { color: rgb(185,84,86); }
H1.HeaderClassName
{
color: #B95456;
}
.AnyTagClassName
{
color: #B95456;
}
</style>
background-color css
<style>
a { background-color: #B95456; }
a { background-color: rgb(185,84,86); }
div.DivClassName
{
background-color: #B95456;
}
.BgClassName
{
background-color: #B95456;
}
</style>
border-color css
<style>
span { border-color: #B95456; }
span { border-color: rgb(185,84,86); }
td.TdClassName
{
border-color: #B95456;
}
.TagClassName
{
border-color: #B95456;
}
</style>