Shades of Royal Heath #B25573
Tints of Royal Heath #B25573
RGB
CMYK
RGB Variations
Color information
#B25573 (or 0xB25573) is known color: Royal Heath. HEX triplet: B2, 55 and 73. RGB value is (178,85,115). Sum of RGB (Red+Green+Blue) = 178+85+115=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B25573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25573 is #4DAA8C. Grayscale: #747474. Windows color (decimal): -5089933 or 7558578. OLE color: 7558578.
HSL color Cylindrical-coordinate representation of color #B25573: hue angle of 340.65º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25573 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 115 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.30 |
| HSL | 340.65º | 0.38% | 0.52% | - |
| HSV(B) | 340.65º | 0.52% | 0.7% | - |
| XYZ | 24.7 | 17.2 | 18.24 | - |
| YUV | 116.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 115 | 0 | 0.52 | 0.35 | 0.30 | 340.65 | 0.38 | 0.52 |
| Hex | B2 | 55 | 73 | 0 | 34 | 23 | 1E | 155 | 26 | 34 |
| Octal | 262 | 125 | 163 | 0 | 64 | 43 | 36 | 525 | 46 | 64 |
| Binary | 10110010 | 1010101 | 1110011 | 0 | 110100 | 100011 | 11110 | 101010101 | 100110 | 110100 |
Color Harmonies of #B25573
Complementary color
Monochromatic Colors of #B25573
Black with #B25573
Text Example
Text Example
White with #B25573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25573; }
p { color: rgb(178,85,115); }
H1.HeaderClassName
{
color: #B25573;
}
.AnyTagClassName
{
color: #B25573;
}
</style>
background-color css
<style>
a { background-color: #B25573; }
a { background-color: rgb(178,85,115); }
div.DivClassName
{
background-color: #B25573;
}
.BgClassName
{
background-color: #B25573;
}
</style>
border-color css
<style>
span { border-color: #B25573; }
span { border-color: rgb(178,85,115); }
td.TdClassName
{
border-color: #B25573;
}
.TagClassName
{
border-color: #B25573;
}
</style>