Shades of Royal Heath #B35471
Tints of Royal Heath #B35471
RGB
CMYK
RGB Variations
Color information
#B35471 (or 0xB35471) is known color: Royal Heath. HEX triplet: B3, 54 and 71. RGB value is (179,84,113). Sum of RGB (Red+Green+Blue) = 179+84+113=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B35471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35471 is #4CAB8E. Grayscale: #737373. Windows color (decimal): -5024655 or 7427251. OLE color: 7427251.
HSL color Cylindrical-coordinate representation of color #B35471: hue angle of 341.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B35471 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 84 | 113 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.30 |
| HSL | 341.68º | 0.38% | 0.52% | - |
| HSV(B) | 341.68º | 0.53% | 0.7% | - |
| XYZ | 24.74 | 17.12 | 17.62 | - |
| YUV | 115.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 113 | 0 | 0.53 | 0.37 | 0.30 | 341.68 | 0.38 | 0.52 |
| Hex | B3 | 54 | 71 | 0 | 35 | 25 | 1E | 156 | 26 | 34 |
| Octal | 263 | 124 | 161 | 0 | 65 | 45 | 36 | 526 | 46 | 64 |
| Binary | 10110011 | 1010100 | 1110001 | 0 | 110101 | 100101 | 11110 | 101010110 | 100110 | 110100 |
Color Harmonies of #B35471
Complementary color
Monochromatic Colors of #B35471
Black with #B35471
Text Example
Text Example
White with #B35471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35471; }
p { color: rgb(179,84,113); }
H1.HeaderClassName
{
color: #B35471;
}
.AnyTagClassName
{
color: #B35471;
}
</style>
background-color css
<style>
a { background-color: #B35471; }
a { background-color: rgb(179,84,113); }
div.DivClassName
{
background-color: #B35471;
}
.BgClassName
{
background-color: #B35471;
}
</style>
border-color css
<style>
span { border-color: #B35471; }
span { border-color: rgb(179,84,113); }
td.TdClassName
{
border-color: #B35471;
}
.TagClassName
{
border-color: #B35471;
}
</style>