Shades of Mandy #B94C4D
Tints of Mandy #B94C4D
RGB
CMYK
RGB Variations
Color information
#B94C4D (or 0xB94C4D) is known color: Mandy. HEX triplet: B9, 4C and 4D. RGB value is (185,76,77). Sum of RGB (Red+Green+Blue) = 185+76+77=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C4D is #46B3B2. Grayscale: #6C6C6C. Windows color (decimal): -4633523 or 5065913. OLE color: 5065913.
HSL color Cylindrical-coordinate representation of color #B94C4D: hue angle of 359.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94C4D is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 77 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.27 |
| HSL | 359.45º | 0.44% | 0.51% | - |
| HSV(B) | 359.45º | 0.59% | 0.73% | - |
| XYZ | 23.93 | 16.02 | 8.85 | - |
| YUV | 108.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 77 | 0 | 0.59 | 0.58 | 0.27 | 359.45 | 0.44 | 0.51 |
| Hex | B9 | 4C | 4D | 0 | 3B | 3A | 1B | 167 | 2C | 33 |
| Octal | 271 | 114 | 115 | 0 | 73 | 72 | 33 | 547 | 54 | 63 |
| Binary | 10111001 | 1001100 | 1001101 | 0 | 111011 | 111010 | 11011 | 101100111 | 101100 | 110011 |
Color Harmonies of #B94C4D
Complementary color
Monochromatic Colors of #B94C4D
Black with #B94C4D
Text Example
Text Example
White with #B94C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C4D; }
p { color: rgb(185,76,77); }
H1.HeaderClassName
{
color: #B94C4D;
}
.AnyTagClassName
{
color: #B94C4D;
}
</style>
background-color css
<style>
a { background-color: #B94C4D; }
a { background-color: rgb(185,76,77); }
div.DivClassName
{
background-color: #B94C4D;
}
.BgClassName
{
background-color: #B94C4D;
}
</style>
border-color css
<style>
span { border-color: #B94C4D; }
span { border-color: rgb(185,76,77); }
td.TdClassName
{
border-color: #B94C4D;
}
.TagClassName
{
border-color: #B94C4D;
}
</style>