Shades of Mandy #BD545C
Tints of Mandy #BD545C
RGB
CMYK
RGB Variations
Color information
#BD545C (or 0xBD545C) is known color: Mandy. HEX triplet: BD, 54 and 5C. RGB value is (189,84,92). Sum of RGB (Red+Green+Blue) = 189+84+92=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD545C is #42ABA3. Grayscale: #747474. Windows color (decimal): -4369316 or 6051005. OLE color: 6051005.
HSL color Cylindrical-coordinate representation of color #BD545C: hue angle of 355.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD545C is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 92 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.26 |
| HSL | 355.43º | 0.44% | 0.54% | - |
| HSV(B) | 355.43º | 0.56% | 0.74% | - |
| XYZ | 26.09 | 17.93 | 12.21 | - |
| YUV | 116.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 92 | 0 | 0.56 | 0.51 | 0.26 | 355.43 | 0.44 | 0.54 |
| Hex | BD | 54 | 5C | 0 | 38 | 33 | 1A | 163 | 2C | 36 |
| Octal | 275 | 124 | 134 | 0 | 70 | 63 | 32 | 543 | 54 | 66 |
| Binary | 10111101 | 1010100 | 1011100 | 0 | 111000 | 110011 | 11010 | 101100011 | 101100 | 110110 |
Color Harmonies of #BD545C
Complementary color
Monochromatic Colors of #BD545C
Black with #BD545C
Text Example
Text Example
White with #BD545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD545C; }
p { color: rgb(189,84,92); }
H1.HeaderClassName
{
color: #BD545C;
}
.AnyTagClassName
{
color: #BD545C;
}
</style>
background-color css
<style>
a { background-color: #BD545C; }
a { background-color: rgb(189,84,92); }
div.DivClassName
{
background-color: #BD545C;
}
.BgClassName
{
background-color: #BD545C;
}
</style>
border-color css
<style>
span { border-color: #BD545C; }
span { border-color: rgb(189,84,92); }
td.TdClassName
{
border-color: #BD545C;
}
.TagClassName
{
border-color: #BD545C;
}
</style>