Shades of Mandy #BB484B
Tints of Mandy #BB484B
RGB
CMYK
RGB Variations
Color information
#BB484B (or 0xBB484B) is known color: Mandy. HEX triplet: BB, 48 and 4B. RGB value is (187,72,75). Sum of RGB (Red+Green+Blue) = 187+72+75=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB484B is #44B7B4. Grayscale: #6A6A6A. Windows color (decimal): -4503477 or 4933819. OLE color: 4933819.
HSL color Cylindrical-coordinate representation of color #BB484B: hue angle of 358.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB484B is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 75 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.27 |
| HSL | 358.43º | 0.46% | 0.51% | - |
| HSV(B) | 358.43º | 0.61% | 0.73% | - |
| XYZ | 24.08 | 15.71 | 8.42 | - |
| YUV | 106.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 75 | 0 | 0.61 | 0.60 | 0.27 | 358.43 | 0.46 | 0.51 |
| Hex | BB | 48 | 4B | 0 | 3D | 3C | 1B | 166 | 2E | 33 |
| Octal | 273 | 110 | 113 | 0 | 75 | 74 | 33 | 546 | 56 | 63 |
| Binary | 10111011 | 1001000 | 1001011 | 0 | 111101 | 111100 | 11011 | 101100110 | 101110 | 110011 |
Color Harmonies of #BB484B
Complementary color
Monochromatic Colors of #BB484B
Black with #BB484B
Text Example
Text Example
White with #BB484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB484B; }
p { color: rgb(187,72,75); }
H1.HeaderClassName
{
color: #BB484B;
}
.AnyTagClassName
{
color: #BB484B;
}
</style>
background-color css
<style>
a { background-color: #BB484B; }
a { background-color: rgb(187,72,75); }
div.DivClassName
{
background-color: #BB484B;
}
.BgClassName
{
background-color: #BB484B;
}
</style>
border-color css
<style>
span { border-color: #BB484B; }
span { border-color: rgb(187,72,75); }
td.TdClassName
{
border-color: #BB484B;
}
.TagClassName
{
border-color: #BB484B;
}
</style>