Shades of Mandy #BD6063
Tints of Mandy #BD6063
RGB
CMYK
RGB Variations
Color information
#BD6063 (or 0xBD6063) is known color: Mandy. HEX triplet: BD, 60 and 63. RGB value is (189,96,99). Sum of RGB (Red+Green+Blue) = 189+96+99=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6063 is #429F9C. Grayscale: #7C7C7C. Windows color (decimal): -4366237 or 6512829. OLE color: 6512829.
HSL color Cylindrical-coordinate representation of color #BD6063: hue angle of 358.06º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6063 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 99 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.26 |
| HSL | 358.06º | 0.41% | 0.56% | - |
| HSV(B) | 358.06º | 0.49% | 0.74% | - |
| XYZ | 27.42 | 20.09 | 14.24 | - |
| YUV | 124.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 99 | 0 | 0.49 | 0.48 | 0.26 | 358.06 | 0.41 | 0.56 |
| Hex | BD | 60 | 63 | 0 | 31 | 30 | 1A | 166 | 29 | 38 |
| Octal | 275 | 140 | 143 | 0 | 61 | 60 | 32 | 546 | 51 | 70 |
| Binary | 10111101 | 1100000 | 1100011 | 0 | 110001 | 110000 | 11010 | 101100110 | 101001 | 111000 |
Color Harmonies of #BD6063
Complementary color
Monochromatic Colors of #BD6063
Black with #BD6063
Text Example
Text Example
White with #BD6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6063; }
p { color: rgb(189,96,99); }
H1.HeaderClassName
{
color: #BD6063;
}
.AnyTagClassName
{
color: #BD6063;
}
</style>
background-color css
<style>
a { background-color: #BD6063; }
a { background-color: rgb(189,96,99); }
div.DivClassName
{
background-color: #BD6063;
}
.BgClassName
{
background-color: #BD6063;
}
</style>
border-color css
<style>
span { border-color: #BD6063; }
span { border-color: rgb(189,96,99); }
td.TdClassName
{
border-color: #BD6063;
}
.TagClassName
{
border-color: #BD6063;
}
</style>