Shades of Mandy #BD4A4D
Tints of Mandy #BD4A4D
RGB
CMYK
RGB Variations
Color information
#BD4A4D (or 0xBD4A4D) is known color: Mandy. HEX triplet: BD, 4A and 4D. RGB value is (189,74,77). Sum of RGB (Red+Green+Blue) = 189+74+77=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A4D is #42B5B2. Grayscale: #6C6C6C. Windows color (decimal): -4371891 or 5065405. OLE color: 5065405.
HSL color Cylindrical-coordinate representation of color #BD4A4D: hue angle of 358.43º 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 #BD4A4D is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 77 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.26 |
| HSL | 358.43º | 0.47% | 0.52% | - |
| HSV(B) | 358.43º | 0.61% | 0.74% | - |
| XYZ | 24.77 | 16.25 | 8.85 | - |
| YUV | 108.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 77 | 0 | 0.61 | 0.59 | 0.26 | 358.43 | 0.47 | 0.52 |
| Hex | BD | 4A | 4D | 0 | 3D | 3B | 1A | 166 | 2F | 34 |
| Octal | 275 | 112 | 115 | 0 | 75 | 73 | 32 | 546 | 57 | 64 |
| Binary | 10111101 | 1001010 | 1001101 | 0 | 111101 | 111011 | 11010 | 101100110 | 101111 | 110100 |
Color Harmonies of #BD4A4D
Complementary color
Monochromatic Colors of #BD4A4D
Black with #BD4A4D
Text Example
Text Example
White with #BD4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A4D; }
p { color: rgb(189,74,77); }
H1.HeaderClassName
{
color: #BD4A4D;
}
.AnyTagClassName
{
color: #BD4A4D;
}
</style>
background-color css
<style>
a { background-color: #BD4A4D; }
a { background-color: rgb(189,74,77); }
div.DivClassName
{
background-color: #BD4A4D;
}
.BgClassName
{
background-color: #BD4A4D;
}
</style>
border-color css
<style>
span { border-color: #BD4A4D; }
span { border-color: rgb(189,74,77); }
td.TdClassName
{
border-color: #BD4A4D;
}
.TagClassName
{
border-color: #BD4A4D;
}
</style>