Shades of Mandy #BD4A4C
Tints of Mandy #BD4A4C
RGB
CMYK
RGB Variations
Color information
#BD4A4C (or 0xBD4A4C) is known color: Mandy. HEX triplet: BD, 4A and 4C. RGB value is (189,74,76). Sum of RGB (Red+Green+Blue) = 189+74+76=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A4C is #42B5B3. Grayscale: #6C6C6C. Windows color (decimal): -4371892 or 4999869. OLE color: 4999869.
HSL color Cylindrical-coordinate representation of color #BD4A4C: hue angle of 358.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A4C is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 76 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.26 |
| HSL | 358.96º | 0.47% | 0.52% | - |
| HSV(B) | 358.96º | 0.61% | 0.74% | - |
| XYZ | 24.74 | 16.24 | 8.67 | - |
| YUV | 108.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 76 | 0 | 0.61 | 0.60 | 0.26 | 358.96 | 0.47 | 0.52 |
| Hex | BD | 4A | 4C | 0 | 3D | 3C | 1A | 167 | 2F | 34 |
| Octal | 275 | 112 | 114 | 0 | 75 | 74 | 32 | 547 | 57 | 64 |
| Binary | 10111101 | 1001010 | 1001100 | 0 | 111101 | 111100 | 11010 | 101100111 | 101111 | 110100 |
Color Harmonies of #BD4A4C
Complementary color
Monochromatic Colors of #BD4A4C
Black with #BD4A4C
Text Example
Text Example
White with #BD4A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A4C; }
p { color: rgb(189,74,76); }
H1.HeaderClassName
{
color: #BD4A4C;
}
.AnyTagClassName
{
color: #BD4A4C;
}
</style>
background-color css
<style>
a { background-color: #BD4A4C; }
a { background-color: rgb(189,74,76); }
div.DivClassName
{
background-color: #BD4A4C;
}
.BgClassName
{
background-color: #BD4A4C;
}
</style>
border-color css
<style>
span { border-color: #BD4A4C; }
span { border-color: rgb(189,74,76); }
td.TdClassName
{
border-color: #BD4A4C;
}
.TagClassName
{
border-color: #BD4A4C;
}
</style>