Shades of Royal Heath #B3496C
Tints of Royal Heath #B3496C
RGB
CMYK
RGB Variations
Color information
#B3496C (or 0xB3496C) is known color: Royal Heath. HEX triplet: B3, 49 and 6C. RGB value is (179,73,108). Sum of RGB (Red+Green+Blue) = 179+73+108=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3496C is #4CB693. Grayscale: #6C6C6C. Windows color (decimal): -5027476 or 7096755. OLE color: 7096755.
HSL color Cylindrical-coordinate representation of color #B3496C: hue angle of 340.19º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3496C is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 108 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.30 |
| HSL | 340.19º | 0.42% | 0.49% | - |
| HSV(B) | 340.19º | 0.59% | 0.7% | - |
| XYZ | 23.68 | 15.43 | 15.92 | - |
| YUV | 108.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 108 | 0 | 0.59 | 0.40 | 0.30 | 340.19 | 0.42 | 0.49 |
| Hex | B3 | 49 | 6C | 0 | 3B | 28 | 1E | 154 | 2A | 31 |
| Octal | 263 | 111 | 154 | 0 | 73 | 50 | 36 | 524 | 52 | 61 |
| Binary | 10110011 | 1001001 | 1101100 | 0 | 111011 | 101000 | 11110 | 101010100 | 101010 | 110001 |
Color Harmonies of #B3496C
Complementary color
Monochromatic Colors of #B3496C
Black with #B3496C
Text Example
Text Example
White with #B3496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3496C; }
p { color: rgb(179,73,108); }
H1.HeaderClassName
{
color: #B3496C;
}
.AnyTagClassName
{
color: #B3496C;
}
</style>
background-color css
<style>
a { background-color: #B3496C; }
a { background-color: rgb(179,73,108); }
div.DivClassName
{
background-color: #B3496C;
}
.BgClassName
{
background-color: #B3496C;
}
</style>
border-color css
<style>
span { border-color: #B3496C; }
span { border-color: rgb(179,73,108); }
td.TdClassName
{
border-color: #B3496C;
}
.TagClassName
{
border-color: #B3496C;
}
</style>