Shades of Royal Heath #B25370
Tints of Royal Heath #B25370
RGB
CMYK
RGB Variations
Color information
#B25370 (or 0xB25370) is known color: Royal Heath. HEX triplet: B2, 53 and 70. RGB value is (178,83,112). Sum of RGB (Red+Green+Blue) = 178+83+112=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B25370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25370 is #4DAC8F. Grayscale: #727272. Windows color (decimal): -5090448 or 7361458. OLE color: 7361458.
HSL color Cylindrical-coordinate representation of color #B25370: hue angle of 341.68º 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 #B25370 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 112 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.30 |
| HSL | 341.68º | 0.38% | 0.51% | - |
| HSV(B) | 341.68º | 0.53% | 0.7% | - |
| XYZ | 24.38 | 16.82 | 17.29 | - |
| YUV | 114.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 112 | 0 | 0.53 | 0.37 | 0.30 | 341.68 | 0.38 | 0.51 |
| Hex | B2 | 53 | 70 | 0 | 35 | 25 | 1E | 156 | 26 | 33 |
| Octal | 262 | 123 | 160 | 0 | 65 | 45 | 36 | 526 | 46 | 63 |
| Binary | 10110010 | 1010011 | 1110000 | 0 | 110101 | 100101 | 11110 | 101010110 | 100110 | 110011 |
Color Harmonies of #B25370
Complementary color
Monochromatic Colors of #B25370
Black with #B25370
Text Example
Text Example
White with #B25370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25370; }
p { color: rgb(178,83,112); }
H1.HeaderClassName
{
color: #B25370;
}
.AnyTagClassName
{
color: #B25370;
}
</style>
background-color css
<style>
a { background-color: #B25370; }
a { background-color: rgb(178,83,112); }
div.DivClassName
{
background-color: #B25370;
}
.BgClassName
{
background-color: #B25370;
}
</style>
border-color css
<style>
span { border-color: #B25370; }
span { border-color: rgb(178,83,112); }
td.TdClassName
{
border-color: #B25370;
}
.TagClassName
{
border-color: #B25370;
}
</style>