Shades of Mandy #BC4B4E
Tints of Mandy #BC4B4E
RGB
CMYK
RGB Variations
Color information
#BC4B4E (or 0xBC4B4E) is known color: Mandy. HEX triplet: BC, 4B and 4E. RGB value is (188,75,78). Sum of RGB (Red+Green+Blue) = 188+75+78=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B4E is #43B4B1. Grayscale: #6D6D6D. Windows color (decimal): -4437170 or 5131196. OLE color: 5131196.
HSL color Cylindrical-coordinate representation of color #BC4B4E: hue angle of 358.41º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B4E is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 78 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.26 |
| HSL | 358.41º | 0.46% | 0.52% | - |
| HSV(B) | 358.41º | 0.6% | 0.74% | - |
| XYZ | 24.63 | 16.27 | 9.05 | - |
| YUV | 109.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 78 | 0 | 0.60 | 0.59 | 0.26 | 358.41 | 0.46 | 0.52 |
| Hex | BC | 4B | 4E | 0 | 3C | 3B | 1A | 166 | 2E | 34 |
| Octal | 274 | 113 | 116 | 0 | 74 | 73 | 32 | 546 | 56 | 64 |
| Binary | 10111100 | 1001011 | 1001110 | 0 | 111100 | 111011 | 11010 | 101100110 | 101110 | 110100 |
Color Harmonies of #BC4B4E
Complementary color
Monochromatic Colors of #BC4B4E
Black with #BC4B4E
Text Example
Text Example
White with #BC4B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B4E; }
p { color: rgb(188,75,78); }
H1.HeaderClassName
{
color: #BC4B4E;
}
.AnyTagClassName
{
color: #BC4B4E;
}
</style>
background-color css
<style>
a { background-color: #BC4B4E; }
a { background-color: rgb(188,75,78); }
div.DivClassName
{
background-color: #BC4B4E;
}
.BgClassName
{
background-color: #BC4B4E;
}
</style>
border-color css
<style>
span { border-color: #BC4B4E; }
span { border-color: rgb(188,75,78); }
td.TdClassName
{
border-color: #BC4B4E;
}
.TagClassName
{
border-color: #BC4B4E;
}
</style>