Shades of Mandy #BD555E
Tints of Mandy #BD555E
RGB
CMYK
RGB Variations
Color information
#BD555E (or 0xBD555E) is known color: Mandy. HEX triplet: BD, 55 and 5E. RGB value is (189,85,94). Sum of RGB (Red+Green+Blue) = 189+85+94=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD555E is #42AAA1. Grayscale: #757575. Windows color (decimal): -4369058 or 6182333. OLE color: 6182333.
HSL color Cylindrical-coordinate representation of color #BD555E: hue angle of 354.81º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD555E is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 94 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.26 |
| HSL | 354.81º | 0.44% | 0.54% | - |
| HSV(B) | 354.81º | 0.55% | 0.74% | - |
| XYZ | 26.26 | 18.12 | 12.7 | - |
| YUV | 117.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 94 | 0 | 0.55 | 0.50 | 0.26 | 354.81 | 0.44 | 0.54 |
| Hex | BD | 55 | 5E | 0 | 37 | 32 | 1A | 163 | 2C | 36 |
| Octal | 275 | 125 | 136 | 0 | 67 | 62 | 32 | 543 | 54 | 66 |
| Binary | 10111101 | 1010101 | 1011110 | 0 | 110111 | 110010 | 11010 | 101100011 | 101100 | 110110 |
Color Harmonies of #BD555E
Complementary color
Monochromatic Colors of #BD555E
Black with #BD555E
Text Example
Text Example
White with #BD555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD555E; }
p { color: rgb(189,85,94); }
H1.HeaderClassName
{
color: #BD555E;
}
.AnyTagClassName
{
color: #BD555E;
}
</style>
background-color css
<style>
a { background-color: #BD555E; }
a { background-color: rgb(189,85,94); }
div.DivClassName
{
background-color: #BD555E;
}
.BgClassName
{
background-color: #BD555E;
}
</style>
border-color css
<style>
span { border-color: #BD555E; }
span { border-color: rgb(189,85,94); }
td.TdClassName
{
border-color: #BD555E;
}
.TagClassName
{
border-color: #BD555E;
}
</style>