Shades of Mandy #BD555B
Tints of Mandy #BD555B
RGB
CMYK
RGB Variations
Color information
#BD555B (or 0xBD555B) is known color: Mandy. HEX triplet: BD, 55 and 5B. RGB value is (189,85,91). Sum of RGB (Red+Green+Blue) = 189+85+91=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD555B is #42AAA4. Grayscale: #747474. Windows color (decimal): -4369061 or 5985725. OLE color: 5985725.
HSL color Cylindrical-coordinate representation of color #BD555B: hue angle of 356.54º 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 #BD555B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 91 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.26 |
| HSL | 356.54º | 0.44% | 0.54% | - |
| HSV(B) | 356.54º | 0.55% | 0.74% | - |
| XYZ | 26.12 | 18.07 | 12.01 | - |
| YUV | 116.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 91 | 0 | 0.55 | 0.52 | 0.26 | 356.54 | 0.44 | 0.54 |
| Hex | BD | 55 | 5B | 0 | 37 | 34 | 1A | 165 | 2C | 36 |
| Octal | 275 | 125 | 133 | 0 | 67 | 64 | 32 | 545 | 54 | 66 |
| Binary | 10111101 | 1010101 | 1011011 | 0 | 110111 | 110100 | 11010 | 101100101 | 101100 | 110110 |
Color Harmonies of #BD555B
Complementary color
Monochromatic Colors of #BD555B
Black with #BD555B
Text Example
Text Example
White with #BD555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD555B; }
p { color: rgb(189,85,91); }
H1.HeaderClassName
{
color: #BD555B;
}
.AnyTagClassName
{
color: #BD555B;
}
</style>
background-color css
<style>
a { background-color: #BD555B; }
a { background-color: rgb(189,85,91); }
div.DivClassName
{
background-color: #BD555B;
}
.BgClassName
{
background-color: #BD555B;
}
</style>
border-color css
<style>
span { border-color: #BD555B; }
span { border-color: rgb(189,85,91); }
td.TdClassName
{
border-color: #BD555B;
}
.TagClassName
{
border-color: #BD555B;
}
</style>