Shades of Royal Heath #B25672
Tints of Royal Heath #B25672
RGB
CMYK
RGB Variations
Color information
#B25672 (or 0xB25672) is known color: Royal Heath. HEX triplet: B2, 56 and 72. RGB value is (178,86,114). Sum of RGB (Red+Green+Blue) = 178+86+114=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B25672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25672 is #4DA98D. Grayscale: #747474. Windows color (decimal): -5089678 or 7493298. OLE color: 7493298.
HSL color Cylindrical-coordinate representation of color #B25672: hue angle of 341.74º degrees, saturation: 0.37, 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 #B25672 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 114 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.30 |
| HSL | 341.74º | 0.37% | 0.52% | - |
| HSV(B) | 341.74º | 0.52% | 0.7% | - |
| XYZ | 24.73 | 17.34 | 17.96 | - |
| YUV | 116.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 114 | 0 | 0.52 | 0.36 | 0.30 | 341.74 | 0.37 | 0.52 |
| Hex | B2 | 56 | 72 | 0 | 34 | 24 | 1E | 156 | 25 | 34 |
| Octal | 262 | 126 | 162 | 0 | 64 | 44 | 36 | 526 | 45 | 64 |
| Binary | 10110010 | 1010110 | 1110010 | 0 | 110100 | 100100 | 11110 | 101010110 | 100101 | 110100 |
Color Harmonies of #B25672
Complementary color
Monochromatic Colors of #B25672
Black with #B25672
Text Example
Text Example
White with #B25672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25672; }
p { color: rgb(178,86,114); }
H1.HeaderClassName
{
color: #B25672;
}
.AnyTagClassName
{
color: #B25672;
}
</style>
background-color css
<style>
a { background-color: #B25672; }
a { background-color: rgb(178,86,114); }
div.DivClassName
{
background-color: #B25672;
}
.BgClassName
{
background-color: #B25672;
}
</style>
border-color css
<style>
span { border-color: #B25672; }
span { border-color: rgb(178,86,114); }
td.TdClassName
{
border-color: #B25672;
}
.TagClassName
{
border-color: #B25672;
}
</style>