Shades of Mandy #BD6366
Tints of Mandy #BD6366
RGB
CMYK
RGB Variations
Color information
#BD6366 (or 0xBD6366) is known color: Mandy. HEX triplet: BD, 63 and 66. RGB value is (189,99,102). Sum of RGB (Red+Green+Blue) = 189+99+102=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6366 is #429C99. Grayscale: #7E7E7E. Windows color (decimal): -4365466 or 6710205. OLE color: 6710205.
HSL color Cylindrical-coordinate representation of color #BD6366: hue angle of 358º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6366 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 102 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.26 |
| HSL | 358º | 0.41% | 0.56% | - |
| HSV(B) | 358º | 0.48% | 0.74% | - |
| XYZ | 27.85 | 20.7 | 15.1 | - |
| YUV | 126.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 102 | 0 | 0.48 | 0.46 | 0.26 | 358 | 0.41 | 0.56 |
| Hex | BD | 63 | 66 | 0 | 30 | 2E | 1A | 166 | 29 | 38 |
| Octal | 275 | 143 | 146 | 0 | 60 | 56 | 32 | 546 | 51 | 70 |
| Binary | 10111101 | 1100011 | 1100110 | 0 | 110000 | 101110 | 11010 | 101100110 | 101001 | 111000 |
Color Harmonies of #BD6366
Complementary color
Monochromatic Colors of #BD6366
Black with #BD6366
Text Example
Text Example
White with #BD6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6366; }
p { color: rgb(189,99,102); }
H1.HeaderClassName
{
color: #BD6366;
}
.AnyTagClassName
{
color: #BD6366;
}
</style>
background-color css
<style>
a { background-color: #BD6366; }
a { background-color: rgb(189,99,102); }
div.DivClassName
{
background-color: #BD6366;
}
.BgClassName
{
background-color: #BD6366;
}
</style>
border-color css
<style>
span { border-color: #BD6366; }
span { border-color: rgb(189,99,102); }
td.TdClassName
{
border-color: #BD6366;
}
.TagClassName
{
border-color: #BD6366;
}
</style>