Shades of Royal Heath #B25577
Tints of Royal Heath #B25577
RGB
CMYK
RGB Variations
Color information
#B25577 (or 0xB25577) is known color: Royal Heath. HEX triplet: B2, 55 and 77. RGB value is (178,85,119). Sum of RGB (Red+Green+Blue) = 178+85+119=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B25577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25577 is #4DAA88. Grayscale: #747474. Windows color (decimal): -5089929 or 7820722. OLE color: 7820722.
HSL color Cylindrical-coordinate representation of color #B25577: hue angle of 338.06º 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 #B25577 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 119 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.30 |
| HSL | 338.06º | 0.38% | 0.52% | - |
| HSV(B) | 338.06º | 0.52% | 0.7% | - |
| XYZ | 24.94 | 17.29 | 19.48 | - |
| YUV | 116.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 119 | 0 | 0.52 | 0.33 | 0.30 | 338.06 | 0.38 | 0.52 |
| Hex | B2 | 55 | 77 | 0 | 34 | 21 | 1E | 152 | 26 | 34 |
| Octal | 262 | 125 | 167 | 0 | 64 | 41 | 36 | 522 | 46 | 64 |
| Binary | 10110010 | 1010101 | 1110111 | 0 | 110100 | 100001 | 11110 | 101010010 | 100110 | 110100 |
Color Harmonies of #B25577
Complementary color
Monochromatic Colors of #B25577
Black with #B25577
Text Example
Text Example
White with #B25577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25577; }
p { color: rgb(178,85,119); }
H1.HeaderClassName
{
color: #B25577;
}
.AnyTagClassName
{
color: #B25577;
}
</style>
background-color css
<style>
a { background-color: #B25577; }
a { background-color: rgb(178,85,119); }
div.DivClassName
{
background-color: #B25577;
}
.BgClassName
{
background-color: #B25577;
}
</style>
border-color css
<style>
span { border-color: #B25577; }
span { border-color: rgb(178,85,119); }
td.TdClassName
{
border-color: #B25577;
}
.TagClassName
{
border-color: #B25577;
}
</style>