Shades of Mandy #BB535B
Tints of Mandy #BB535B
RGB
CMYK
RGB Variations
Color information
#BB535B (or 0xBB535B) is known color: Mandy. HEX triplet: BB, 53 and 5B. RGB value is (187,83,91). Sum of RGB (Red+Green+Blue) = 187+83+91=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB535B is #44ACA4. Grayscale: #737373. Windows color (decimal): -4500645 or 5985211. OLE color: 5985211.
HSL color Cylindrical-coordinate representation of color #BB535B: hue angle of 355.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB535B is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 91 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.27 |
| HSL | 355.38º | 0.43% | 0.53% | - |
| HSV(B) | 355.38º | 0.56% | 0.73% | - |
| XYZ | 25.48 | 17.51 | 11.93 | - |
| YUV | 115.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 91 | 0 | 0.56 | 0.51 | 0.27 | 355.38 | 0.43 | 0.53 |
| Hex | BB | 53 | 5B | 0 | 38 | 33 | 1B | 163 | 2B | 35 |
| Octal | 273 | 123 | 133 | 0 | 70 | 63 | 33 | 543 | 53 | 65 |
| Binary | 10111011 | 1010011 | 1011011 | 0 | 111000 | 110011 | 11011 | 101100011 | 101011 | 110101 |
Color Harmonies of #BB535B
Complementary color
Monochromatic Colors of #BB535B
Black with #BB535B
Text Example
Text Example
White with #BB535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB535B; }
p { color: rgb(187,83,91); }
H1.HeaderClassName
{
color: #BB535B;
}
.AnyTagClassName
{
color: #BB535B;
}
</style>
background-color css
<style>
a { background-color: #BB535B; }
a { background-color: rgb(187,83,91); }
div.DivClassName
{
background-color: #BB535B;
}
.BgClassName
{
background-color: #BB535B;
}
</style>
border-color css
<style>
span { border-color: #BB535B; }
span { border-color: rgb(187,83,91); }
td.TdClassName
{
border-color: #BB535B;
}
.TagClassName
{
border-color: #BB535B;
}
</style>