Shades of Mandy #B95255
Tints of Mandy #B95255
RGB
CMYK
RGB Variations
Color information
#B95255 (or 0xB95255) is known color: Mandy. HEX triplet: B9, 52 and 55. RGB value is (185,82,85). Sum of RGB (Red+Green+Blue) = 185+82+85=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B95255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95255 is #46ADAA. Grayscale: #717171. Windows color (decimal): -4631979 or 5591737. OLE color: 5591737.
HSL color Cylindrical-coordinate representation of color #B95255: hue angle of 358.25º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95255 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 85 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.27 |
| HSL | 358.25º | 0.42% | 0.52% | - |
| HSV(B) | 358.25º | 0.56% | 0.73% | - |
| XYZ | 24.66 | 17 | 10.58 | - |
| YUV | 113.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 85 | 0 | 0.56 | 0.54 | 0.27 | 358.25 | 0.42 | 0.52 |
| Hex | B9 | 52 | 55 | 0 | 38 | 36 | 1B | 166 | 2A | 34 |
| Octal | 271 | 122 | 125 | 0 | 70 | 66 | 33 | 546 | 52 | 64 |
| Binary | 10111001 | 1010010 | 1010101 | 0 | 111000 | 110110 | 11011 | 101100110 | 101010 | 110100 |
Color Harmonies of #B95255
Complementary color
Monochromatic Colors of #B95255
Black with #B95255
Text Example
Text Example
White with #B95255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95255; }
p { color: rgb(185,82,85); }
H1.HeaderClassName
{
color: #B95255;
}
.AnyTagClassName
{
color: #B95255;
}
</style>
background-color css
<style>
a { background-color: #B95255; }
a { background-color: rgb(185,82,85); }
div.DivClassName
{
background-color: #B95255;
}
.BgClassName
{
background-color: #B95255;
}
</style>
border-color css
<style>
span { border-color: #B95255; }
span { border-color: rgb(185,82,85); }
td.TdClassName
{
border-color: #B95255;
}
.TagClassName
{
border-color: #B95255;
}
</style>