Shades of Mandy #BC474B
Tints of Mandy #BC474B
RGB
CMYK
RGB Variations
Color information
#BC474B (or 0xBC474B) is known color: Mandy. HEX triplet: BC, 47 and 4B. RGB value is (188,71,75). Sum of RGB (Red+Green+Blue) = 188+71+75=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC474B is #43B8B4. Grayscale: #6A6A6A. Windows color (decimal): -4438197 or 4933564. OLE color: 4933564.
HSL color Cylindrical-coordinate representation of color #BC474B: hue angle of 357.95º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC474B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 75 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.26 |
| HSL | 357.95º | 0.47% | 0.51% | - |
| HSV(B) | 357.95º | 0.62% | 0.74% | - |
| XYZ | 24.26 | 15.71 | 8.41 | - |
| YUV | 106.44 | 110.26 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 75 | 0 | 0.62 | 0.60 | 0.26 | 357.95 | 0.47 | 0.51 |
| Hex | BC | 47 | 4B | 0 | 3E | 3C | 1A | 166 | 2F | 33 |
| Octal | 274 | 107 | 113 | 0 | 76 | 74 | 32 | 546 | 57 | 63 |
| Binary | 10111100 | 1000111 | 1001011 | 0 | 111110 | 111100 | 11010 | 101100110 | 101111 | 110011 |
Color Harmonies of #BC474B
Complementary color
Monochromatic Colors of #BC474B
Black with #BC474B
Text Example
Text Example
White with #BC474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC474B; }
p { color: rgb(188,71,75); }
H1.HeaderClassName
{
color: #BC474B;
}
.AnyTagClassName
{
color: #BC474B;
}
</style>
background-color css
<style>
a { background-color: #BC474B; }
a { background-color: rgb(188,71,75); }
div.DivClassName
{
background-color: #BC474B;
}
.BgClassName
{
background-color: #BC474B;
}
</style>
border-color css
<style>
span { border-color: #BC474B; }
span { border-color: rgb(188,71,75); }
td.TdClassName
{
border-color: #BC474B;
}
.TagClassName
{
border-color: #BC474B;
}
</style>