Shades of Royal Heath #B3486C
Tints of Royal Heath #B3486C
RGB
CMYK
RGB Variations
Color information
#B3486C (or 0xB3486C) is known color: Royal Heath. HEX triplet: B3, 48 and 6C. RGB value is (179,72,108). Sum of RGB (Red+Green+Blue) = 179+72+108=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3486C is #4CB793. Grayscale: #6C6C6C. Windows color (decimal): -5027732 or 7096499. OLE color: 7096499.
HSL color Cylindrical-coordinate representation of color #B3486C: hue angle of 339.81º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3486C is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 108 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.30 |
| HSL | 339.81º | 0.43% | 0.49% | - |
| HSV(B) | 339.81º | 0.6% | 0.7% | - |
| XYZ | 23.61 | 15.3 | 15.9 | - |
| YUV | 108.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 108 | 0 | 0.60 | 0.40 | 0.30 | 339.81 | 0.43 | 0.49 |
| Hex | B3 | 48 | 6C | 0 | 3C | 28 | 1E | 154 | 2B | 31 |
| Octal | 263 | 110 | 154 | 0 | 74 | 50 | 36 | 524 | 53 | 61 |
| Binary | 10110011 | 1001000 | 1101100 | 0 | 111100 | 101000 | 11110 | 101010100 | 101011 | 110001 |
Color Harmonies of #B3486C
Complementary color
Monochromatic Colors of #B3486C
Black with #B3486C
Text Example
Text Example
White with #B3486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3486C; }
p { color: rgb(179,72,108); }
H1.HeaderClassName
{
color: #B3486C;
}
.AnyTagClassName
{
color: #B3486C;
}
</style>
background-color css
<style>
a { background-color: #B3486C; }
a { background-color: rgb(179,72,108); }
div.DivClassName
{
background-color: #B3486C;
}
.BgClassName
{
background-color: #B3486C;
}
</style>
border-color css
<style>
span { border-color: #B3486C; }
span { border-color: rgb(179,72,108); }
td.TdClassName
{
border-color: #B3486C;
}
.TagClassName
{
border-color: #B3486C;
}
</style>