Shades of Mandy #BD4849
Tints of Mandy #BD4849
RGB
CMYK
RGB Variations
Color information
#BD4849 (or 0xBD4849) is known color: Mandy. HEX triplet: BD, 48 and 49. RGB value is (189,72,73). Sum of RGB (Red+Green+Blue) = 189+72+73=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4849 is #42B7B6. Grayscale: #6B6B6B. Windows color (decimal): -4372407 or 4802749. OLE color: 4802749.
HSL color Cylindrical-coordinate representation of color #BD4849: hue angle of 359.49º 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 #BD4849 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 73 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.26 |
| HSL | 359.49º | 0.47% | 0.51% | - |
| HSV(B) | 359.49º | 0.62% | 0.74% | - |
| XYZ | 24.51 | 15.93 | 8.09 | - |
| YUV | 107.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 73 | 0 | 0.62 | 0.61 | 0.26 | 359.49 | 0.47 | 0.51 |
| Hex | BD | 48 | 49 | 0 | 3E | 3D | 1A | 167 | 2F | 33 |
| Octal | 275 | 110 | 111 | 0 | 76 | 75 | 32 | 547 | 57 | 63 |
| Binary | 10111101 | 1001000 | 1001001 | 0 | 111110 | 111101 | 11010 | 101100111 | 101111 | 110011 |
Color Harmonies of #BD4849
Complementary color
Monochromatic Colors of #BD4849
Black with #BD4849
Text Example
Text Example
White with #BD4849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4849; }
p { color: rgb(189,72,73); }
H1.HeaderClassName
{
color: #BD4849;
}
.AnyTagClassName
{
color: #BD4849;
}
</style>
background-color css
<style>
a { background-color: #BD4849; }
a { background-color: rgb(189,72,73); }
div.DivClassName
{
background-color: #BD4849;
}
.BgClassName
{
background-color: #BD4849;
}
</style>
border-color css
<style>
span { border-color: #BD4849; }
span { border-color: rgb(189,72,73); }
td.TdClassName
{
border-color: #BD4849;
}
.TagClassName
{
border-color: #BD4849;
}
</style>