Shades of Mandy #BD595C
Tints of Mandy #BD595C
RGB
CMYK
RGB Variations
Color information
#BD595C (or 0xBD595C) is known color: Mandy. HEX triplet: BD, 59 and 5C. RGB value is (189,89,92). Sum of RGB (Red+Green+Blue) = 189+89+92=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD595C is #42A6A3. Grayscale: #777777. Windows color (decimal): -4368036 or 6052285. OLE color: 6052285.
HSL color Cylindrical-coordinate representation of color #BD595C: hue angle of 358.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD595C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 92 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.26 |
| HSL | 358.2º | 0.43% | 0.55% | - |
| HSV(B) | 358.2º | 0.53% | 0.74% | - |
| XYZ | 26.49 | 18.74 | 12.35 | - |
| YUV | 119.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 92 | 0 | 0.53 | 0.51 | 0.26 | 358.2 | 0.43 | 0.55 |
| Hex | BD | 59 | 5C | 0 | 35 | 33 | 1A | 166 | 2B | 37 |
| Octal | 275 | 131 | 134 | 0 | 65 | 63 | 32 | 546 | 53 | 67 |
| Binary | 10111101 | 1011001 | 1011100 | 0 | 110101 | 110011 | 11010 | 101100110 | 101011 | 110111 |
Color Harmonies of #BD595C
Complementary color
Monochromatic Colors of #BD595C
Black with #BD595C
Text Example
Text Example
White with #BD595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD595C; }
p { color: rgb(189,89,92); }
H1.HeaderClassName
{
color: #BD595C;
}
.AnyTagClassName
{
color: #BD595C;
}
</style>
background-color css
<style>
a { background-color: #BD595C; }
a { background-color: rgb(189,89,92); }
div.DivClassName
{
background-color: #BD595C;
}
.BgClassName
{
background-color: #BD595C;
}
</style>
border-color css
<style>
span { border-color: #BD595C; }
span { border-color: rgb(189,89,92); }
td.TdClassName
{
border-color: #BD595C;
}
.TagClassName
{
border-color: #BD595C;
}
</style>