Shades of Royal Heath #B3476C
Tints of Royal Heath #B3476C
RGB
CMYK
RGB Variations
Color information
#B3476C (or 0xB3476C) is known color: Royal Heath. HEX triplet: B3, 47 and 6C. RGB value is (179,71,108). Sum of RGB (Red+Green+Blue) = 179+71+108=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3476C is #4CB893. Grayscale: #6B6B6B. Windows color (decimal): -5027988 or 7096243. OLE color: 7096243.
HSL color Cylindrical-coordinate representation of color #B3476C: hue angle of 339.44º 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 #B3476C is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 108 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.30 |
| HSL | 339.44º | 0.43% | 0.49% | - |
| HSV(B) | 339.44º | 0.6% | 0.7% | - |
| XYZ | 23.55 | 15.17 | 15.87 | - |
| YUV | 107.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 108 | 0 | 0.60 | 0.40 | 0.30 | 339.44 | 0.43 | 0.49 |
| Hex | B3 | 47 | 6C | 0 | 3C | 28 | 1E | 153 | 2B | 31 |
| Octal | 263 | 107 | 154 | 0 | 74 | 50 | 36 | 523 | 53 | 61 |
| Binary | 10110011 | 1000111 | 1101100 | 0 | 111100 | 101000 | 11110 | 101010011 | 101011 | 110001 |
Color Harmonies of #B3476C
Complementary color
Monochromatic Colors of #B3476C
Black with #B3476C
Text Example
Text Example
White with #B3476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3476C; }
p { color: rgb(179,71,108); }
H1.HeaderClassName
{
color: #B3476C;
}
.AnyTagClassName
{
color: #B3476C;
}
</style>
background-color css
<style>
a { background-color: #B3476C; }
a { background-color: rgb(179,71,108); }
div.DivClassName
{
background-color: #B3476C;
}
.BgClassName
{
background-color: #B3476C;
}
</style>
border-color css
<style>
span { border-color: #B3476C; }
span { border-color: rgb(179,71,108); }
td.TdClassName
{
border-color: #B3476C;
}
.TagClassName
{
border-color: #B3476C;
}
</style>