Shades of Mandy #BD484D
Tints of Mandy #BD484D
RGB
CMYK
RGB Variations
Color information
#BD484D (or 0xBD484D) is known color: Mandy. HEX triplet: BD, 48 and 4D. RGB value is (189,72,77). Sum of RGB (Red+Green+Blue) = 189+72+77=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD484D is #42B7B2. Grayscale: #6B6B6B. Windows color (decimal): -4372403 or 5064893. OLE color: 5064893.
HSL color Cylindrical-coordinate representation of color #BD484D: hue angle of 357.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD484D is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 77 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.26 |
| HSL | 357.44º | 0.47% | 0.51% | - |
| HSV(B) | 357.44º | 0.62% | 0.74% | - |
| XYZ | 24.64 | 15.99 | 8.81 | - |
| YUV | 107.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 77 | 0 | 0.62 | 0.59 | 0.26 | 357.44 | 0.47 | 0.51 |
| Hex | BD | 48 | 4D | 0 | 3E | 3B | 1A | 165 | 2F | 33 |
| Octal | 275 | 110 | 115 | 0 | 76 | 73 | 32 | 545 | 57 | 63 |
| Binary | 10111101 | 1001000 | 1001101 | 0 | 111110 | 111011 | 11010 | 101100101 | 101111 | 110011 |
Color Harmonies of #BD484D
Complementary color
Monochromatic Colors of #BD484D
Black with #BD484D
Text Example
Text Example
White with #BD484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD484D; }
p { color: rgb(189,72,77); }
H1.HeaderClassName
{
color: #BD484D;
}
.AnyTagClassName
{
color: #BD484D;
}
</style>
background-color css
<style>
a { background-color: #BD484D; }
a { background-color: rgb(189,72,77); }
div.DivClassName
{
background-color: #BD484D;
}
.BgClassName
{
background-color: #BD484D;
}
</style>
border-color css
<style>
span { border-color: #BD484D; }
span { border-color: rgb(189,72,77); }
td.TdClassName
{
border-color: #BD484D;
}
.TagClassName
{
border-color: #BD484D;
}
</style>