Shades of Mandy #B95C5E
Tints of Mandy #B95C5E
RGB
CMYK
RGB Variations
Color information
#B95C5E (or 0xB95C5E) is known color: Mandy. HEX triplet: B9, 5C and 5E. RGB value is (185,92,94). Sum of RGB (Red+Green+Blue) = 185+92+94=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C5E is #46A3A1. Grayscale: #787878. Windows color (decimal): -4629410 or 6184121. OLE color: 6184121.
HSL color Cylindrical-coordinate representation of color #B95C5E: hue angle of 358.71º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95C5E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 94 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.27 |
| HSL | 358.71º | 0.4% | 0.54% | - |
| HSV(B) | 358.71º | 0.5% | 0.73% | - |
| XYZ | 25.86 | 18.78 | 12.85 | - |
| YUV | 120.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 94 | 0 | 0.50 | 0.49 | 0.27 | 358.71 | 0.4 | 0.54 |
| Hex | B9 | 5C | 5E | 0 | 32 | 31 | 1B | 167 | 28 | 36 |
| Octal | 271 | 134 | 136 | 0 | 62 | 61 | 33 | 547 | 50 | 66 |
| Binary | 10111001 | 1011100 | 1011110 | 0 | 110010 | 110001 | 11011 | 101100111 | 101000 | 110110 |
Color Harmonies of #B95C5E
Complementary color
Monochromatic Colors of #B95C5E
Black with #B95C5E
Text Example
Text Example
White with #B95C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C5E; }
p { color: rgb(185,92,94); }
H1.HeaderClassName
{
color: #B95C5E;
}
.AnyTagClassName
{
color: #B95C5E;
}
</style>
background-color css
<style>
a { background-color: #B95C5E; }
a { background-color: rgb(185,92,94); }
div.DivClassName
{
background-color: #B95C5E;
}
.BgClassName
{
background-color: #B95C5E;
}
</style>
border-color css
<style>
span { border-color: #B95C5E; }
span { border-color: rgb(185,92,94); }
td.TdClassName
{
border-color: #B95C5E;
}
.TagClassName
{
border-color: #B95C5E;
}
</style>