Shades of Mandy #BE484A
Tints of Mandy #BE484A
RGB
CMYK
RGB Variations
Color information
#BE484A (or 0xBE484A) is known color: Mandy. HEX triplet: BE, 48 and 4A. RGB value is (190,72,74). Sum of RGB (Red+Green+Blue) = 190+72+74=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE484A is #41B7B5. Grayscale: #6B6B6B. Windows color (decimal): -4306870 or 4868286. OLE color: 4868286.
HSL color Cylindrical-coordinate representation of color #BE484A: hue angle of 358.98º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE484A is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 74 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.25 |
| HSL | 358.98º | 0.48% | 0.51% | - |
| HSV(B) | 358.98º | 0.62% | 0.75% | - |
| XYZ | 24.79 | 16.08 | 8.28 | - |
| YUV | 107.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 74 | 0 | 0.62 | 0.61 | 0.25 | 358.98 | 0.48 | 0.51 |
| Hex | BE | 48 | 4A | 0 | 3E | 3D | 19 | 167 | 30 | 33 |
| Octal | 276 | 110 | 112 | 0 | 76 | 75 | 31 | 547 | 60 | 63 |
| Binary | 10111110 | 1001000 | 1001010 | 0 | 111110 | 111101 | 11001 | 101100111 | 110000 | 110011 |
Color Harmonies of #BE484A
Complementary color
Monochromatic Colors of #BE484A
Black with #BE484A
Text Example
Text Example
White with #BE484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE484A; }
p { color: rgb(190,72,74); }
H1.HeaderClassName
{
color: #BE484A;
}
.AnyTagClassName
{
color: #BE484A;
}
</style>
background-color css
<style>
a { background-color: #BE484A; }
a { background-color: rgb(190,72,74); }
div.DivClassName
{
background-color: #BE484A;
}
.BgClassName
{
background-color: #BE484A;
}
</style>
border-color css
<style>
span { border-color: #BE484A; }
span { border-color: rgb(190,72,74); }
td.TdClassName
{
border-color: #BE484A;
}
.TagClassName
{
border-color: #BE484A;
}
</style>