Shades of Mandy #BD4C4D
Tints of Mandy #BD4C4D
RGB
CMYK
RGB Variations
Color information
#BD4C4D (or 0xBD4C4D) is known color: Mandy. HEX triplet: BD, 4C and 4D. RGB value is (189,76,77). Sum of RGB (Red+Green+Blue) = 189+76+77=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C4D is #42B3B2. Grayscale: #6E6E6E. Windows color (decimal): -4371379 or 5065917. OLE color: 5065917.
HSL color Cylindrical-coordinate representation of color #BD4C4D: hue angle of 359.47º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4C4D is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 77 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.26 |
| HSL | 359.47º | 0.46% | 0.52% | - |
| HSV(B) | 359.47º | 0.6% | 0.74% | - |
| XYZ | 24.91 | 16.52 | 8.9 | - |
| YUV | 109.9 | 109.44 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 77 | 0 | 0.60 | 0.59 | 0.26 | 359.47 | 0.46 | 0.52 |
| Hex | BD | 4C | 4D | 0 | 3C | 3B | 1A | 167 | 2E | 34 |
| Octal | 275 | 114 | 115 | 0 | 74 | 73 | 32 | 547 | 56 | 64 |
| Binary | 10111101 | 1001100 | 1001101 | 0 | 111100 | 111011 | 11010 | 101100111 | 101110 | 110100 |
Color Harmonies of #BD4C4D
Complementary color
Monochromatic Colors of #BD4C4D
Black with #BD4C4D
Text Example
Text Example
White with #BD4C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4C4D; }
p { color: rgb(189,76,77); }
H1.HeaderClassName
{
color: #BD4C4D;
}
.AnyTagClassName
{
color: #BD4C4D;
}
</style>
background-color css
<style>
a { background-color: #BD4C4D; }
a { background-color: rgb(189,76,77); }
div.DivClassName
{
background-color: #BD4C4D;
}
.BgClassName
{
background-color: #BD4C4D;
}
</style>
border-color css
<style>
span { border-color: #BD4C4D; }
span { border-color: rgb(189,76,77); }
td.TdClassName
{
border-color: #BD4C4D;
}
.TagClassName
{
border-color: #BD4C4D;
}
</style>