Shades of Mandy #BD454D
Tints of Mandy #BD454D
RGB
CMYK
RGB Variations
Color information
#BD454D (or 0xBD454D) is known color: Mandy. HEX triplet: BD, 45 and 4D. RGB value is (189,69,77). Sum of RGB (Red+Green+Blue) = 189+69+77=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD454D is #42BAB2. Grayscale: #696969. Windows color (decimal): -4373171 or 5064125. OLE color: 5064125.
HSL color Cylindrical-coordinate representation of color #BD454D: hue angle of 356º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD454D is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 77 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.26 |
| HSL | 356º | 0.48% | 0.51% | - |
| HSV(B) | 356º | 0.63% | 0.74% | - |
| XYZ | 24.45 | 15.61 | 8.75 | - |
| YUV | 105.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 77 | 0 | 0.63 | 0.59 | 0.26 | 356 | 0.48 | 0.51 |
| Hex | BD | 45 | 4D | 0 | 3F | 3B | 1A | 164 | 30 | 33 |
| Octal | 275 | 105 | 115 | 0 | 77 | 73 | 32 | 544 | 60 | 63 |
| Binary | 10111101 | 1000101 | 1001101 | 0 | 111111 | 111011 | 11010 | 101100100 | 110000 | 110011 |
Color Harmonies of #BD454D
Complementary color
Monochromatic Colors of #BD454D
Black with #BD454D
Text Example
Text Example
White with #BD454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD454D; }
p { color: rgb(189,69,77); }
H1.HeaderClassName
{
color: #BD454D;
}
.AnyTagClassName
{
color: #BD454D;
}
</style>
background-color css
<style>
a { background-color: #BD454D; }
a { background-color: rgb(189,69,77); }
div.DivClassName
{
background-color: #BD454D;
}
.BgClassName
{
background-color: #BD454D;
}
</style>
border-color css
<style>
span { border-color: #BD454D; }
span { border-color: rgb(189,69,77); }
td.TdClassName
{
border-color: #BD454D;
}
.TagClassName
{
border-color: #BD454D;
}
</style>