Shades of Mandy #B9575B
Tints of Mandy #B9575B
RGB
CMYK
RGB Variations
Color information
#B9575B (or 0xB9575B) is known color: Mandy. HEX triplet: B9, 57 and 5B. RGB value is (185,87,91). Sum of RGB (Red+Green+Blue) = 185+87+91=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9575B is #46A8A4. Grayscale: #747474. Windows color (decimal): -4630693 or 5986233. OLE color: 5986233.
HSL color Cylindrical-coordinate representation of color #B9575B: hue angle of 357.55º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9575B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 91 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.27 |
| HSL | 357.55º | 0.41% | 0.53% | - |
| HSV(B) | 357.55º | 0.53% | 0.73% | - |
| XYZ | 25.3 | 17.89 | 12.02 | - |
| YUV | 116.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 91 | 0 | 0.53 | 0.51 | 0.27 | 357.55 | 0.41 | 0.53 |
| Hex | B9 | 57 | 5B | 0 | 35 | 33 | 1B | 166 | 29 | 35 |
| Octal | 271 | 127 | 133 | 0 | 65 | 63 | 33 | 546 | 51 | 65 |
| Binary | 10111001 | 1010111 | 1011011 | 0 | 110101 | 110011 | 11011 | 101100110 | 101001 | 110101 |
Color Harmonies of #B9575B
Complementary color
Monochromatic Colors of #B9575B
Black with #B9575B
Text Example
Text Example
White with #B9575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9575B; }
p { color: rgb(185,87,91); }
H1.HeaderClassName
{
color: #B9575B;
}
.AnyTagClassName
{
color: #B9575B;
}
</style>
background-color css
<style>
a { background-color: #B9575B; }
a { background-color: rgb(185,87,91); }
div.DivClassName
{
background-color: #B9575B;
}
.BgClassName
{
background-color: #B9575B;
}
</style>
border-color css
<style>
span { border-color: #B9575B; }
span { border-color: rgb(185,87,91); }
td.TdClassName
{
border-color: #B9575B;
}
.TagClassName
{
border-color: #B9575B;
}
</style>