Shades of Mandy #BC494A
Tints of Mandy #BC494A
RGB
CMYK
RGB Variations
Color information
#BC494A (or 0xBC494A) is known color: Mandy. HEX triplet: BC, 49 and 4A. RGB value is (188,73,74). Sum of RGB (Red+Green+Blue) = 188+73+74=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC494A is #43B6B5. Grayscale: #6B6B6B. Windows color (decimal): -4437686 or 4868540. OLE color: 4868540.
HSL color Cylindrical-coordinate representation of color #BC494A: hue angle of 359.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC494A is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 74 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.26 |
| HSL | 359.48º | 0.46% | 0.51% | - |
| HSV(B) | 359.48º | 0.61% | 0.74% | - |
| XYZ | 24.36 | 15.95 | 8.27 | - |
| YUV | 107.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 74 | 0 | 0.61 | 0.61 | 0.26 | 359.48 | 0.46 | 0.51 |
| Hex | BC | 49 | 4A | 0 | 3D | 3D | 1A | 167 | 2E | 33 |
| Octal | 274 | 111 | 112 | 0 | 75 | 75 | 32 | 547 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1001010 | 0 | 111101 | 111101 | 11010 | 101100111 | 101110 | 110011 |
Color Harmonies of #BC494A
Complementary color
Monochromatic Colors of #BC494A
Black with #BC494A
Text Example
Text Example
White with #BC494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC494A; }
p { color: rgb(188,73,74); }
H1.HeaderClassName
{
color: #BC494A;
}
.AnyTagClassName
{
color: #BC494A;
}
</style>
background-color css
<style>
a { background-color: #BC494A; }
a { background-color: rgb(188,73,74); }
div.DivClassName
{
background-color: #BC494A;
}
.BgClassName
{
background-color: #BC494A;
}
</style>
border-color css
<style>
span { border-color: #BC494A; }
span { border-color: rgb(188,73,74); }
td.TdClassName
{
border-color: #BC494A;
}
.TagClassName
{
border-color: #BC494A;
}
</style>