Shades of Mandy #B85153
Tints of Mandy #B85153
RGB
CMYK
RGB Variations
Color information
#B85153 (or 0xB85153) is known color: Mandy. HEX triplet: B8, 51 and 53. RGB value is (184,81,83). Sum of RGB (Red+Green+Blue) = 184+81+83=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B85153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85153 is #47AEAC. Grayscale: #707070. Windows color (decimal): -4697773 or 5460408. OLE color: 5460408.
HSL color Cylindrical-coordinate representation of color #B85153: hue angle of 358.83º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85153 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 83 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.28 |
| HSL | 358.84º | 0.42% | 0.52% | - |
| HSV(B) | 358.84º | 0.56% | 0.72% | - |
| XYZ | 24.27 | 16.7 | 10.13 | - |
| YUV | 112.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 83 | 0 | 0.56 | 0.55 | 0.28 | 358.84 | 0.42 | 0.52 |
| Hex | B8 | 51 | 53 | 0 | 38 | 37 | 1C | 167 | 2A | 34 |
| Octal | 270 | 121 | 123 | 0 | 70 | 67 | 34 | 547 | 52 | 64 |
| Binary | 10111000 | 1010001 | 1010011 | 0 | 111000 | 110111 | 11100 | 101100111 | 101010 | 110100 |
Color Harmonies of #B85153
Complementary color
Monochromatic Colors of #B85153
Black with #B85153
Text Example
Text Example
White with #B85153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85153; }
p { color: rgb(184,81,83); }
H1.HeaderClassName
{
color: #B85153;
}
.AnyTagClassName
{
color: #B85153;
}
</style>
background-color css
<style>
a { background-color: #B85153; }
a { background-color: rgb(184,81,83); }
div.DivClassName
{
background-color: #B85153;
}
.BgClassName
{
background-color: #B85153;
}
</style>
border-color css
<style>
span { border-color: #B85153; }
span { border-color: rgb(184,81,83); }
td.TdClassName
{
border-color: #B85153;
}
.TagClassName
{
border-color: #B85153;
}
</style>