Shades of Royal Heath #B25471
Tints of Royal Heath #B25471
RGB
CMYK
RGB Variations
Color information
#B25471 (or 0xB25471) is known color: Royal Heath. HEX triplet: B2, 54 and 71. RGB value is (178,84,113). Sum of RGB (Red+Green+Blue) = 178+84+113=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B25471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25471 is #4DAB8E. Grayscale: #737373. Windows color (decimal): -5090191 or 7427250. OLE color: 7427250.
HSL color Cylindrical-coordinate representation of color #B25471: hue angle of 341.49º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25471 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 84 | 113 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.30 |
| HSL | 341.49º | 0.38% | 0.51% | - |
| HSV(B) | 341.49º | 0.53% | 0.7% | - |
| XYZ | 24.51 | 17 | 17.61 | - |
| YUV | 115.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 113 | 0 | 0.53 | 0.37 | 0.30 | 341.49 | 0.38 | 0.51 |
| Hex | B2 | 54 | 71 | 0 | 35 | 25 | 1E | 155 | 26 | 33 |
| Octal | 262 | 124 | 161 | 0 | 65 | 45 | 36 | 525 | 46 | 63 |
| Binary | 10110010 | 1010100 | 1110001 | 0 | 110101 | 100101 | 11110 | 101010101 | 100110 | 110011 |
Color Harmonies of #B25471
Complementary color
Monochromatic Colors of #B25471
Black with #B25471
Text Example
Text Example
White with #B25471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25471; }
p { color: rgb(178,84,113); }
H1.HeaderClassName
{
color: #B25471;
}
.AnyTagClassName
{
color: #B25471;
}
</style>
background-color css
<style>
a { background-color: #B25471; }
a { background-color: rgb(178,84,113); }
div.DivClassName
{
background-color: #B25471;
}
.BgClassName
{
background-color: #B25471;
}
</style>
border-color css
<style>
span { border-color: #B25471; }
span { border-color: rgb(178,84,113); }
td.TdClassName
{
border-color: #B25471;
}
.TagClassName
{
border-color: #B25471;
}
</style>