Shades of Royal Heath #B0506F
Tints of Royal Heath #B0506F
RGB
CMYK
RGB Variations
Color information
#B0506F (or 0xB0506F) is known color: Royal Heath. HEX triplet: B0, 50 and 6F. RGB value is (176,80,111). Sum of RGB (Red+Green+Blue) = 176+80+111=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0506F is #4FAF90. Grayscale: #707070. Windows color (decimal): -5222289 or 7295152. OLE color: 7295152.
HSL color Cylindrical-coordinate representation of color #B0506F: hue angle of 340.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0506F is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 111 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.31 |
| HSL | 340.63º | 0.38% | 0.5% | - |
| HSV(B) | 340.63º | 0.55% | 0.69% | - |
| XYZ | 23.64 | 16.12 | 16.9 | - |
| YUV | 112.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 111 | 0 | 0.55 | 0.37 | 0.31 | 340.63 | 0.38 | 0.5 |
| Hex | B0 | 50 | 6F | 0 | 37 | 25 | 1F | 155 | 26 | 32 |
| Octal | 260 | 120 | 157 | 0 | 67 | 45 | 37 | 525 | 46 | 62 |
| Binary | 10110000 | 1010000 | 1101111 | 0 | 110111 | 100101 | 11111 | 101010101 | 100110 | 110010 |
Color Harmonies of #B0506F
Complementary color
Monochromatic Colors of #B0506F
Black with #B0506F
Text Example
Text Example
White with #B0506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0506F; }
p { color: rgb(176,80,111); }
H1.HeaderClassName
{
color: #B0506F;
}
.AnyTagClassName
{
color: #B0506F;
}
</style>
background-color css
<style>
a { background-color: #B0506F; }
a { background-color: rgb(176,80,111); }
div.DivClassName
{
background-color: #B0506F;
}
.BgClassName
{
background-color: #B0506F;
}
</style>
border-color css
<style>
span { border-color: #B0506F; }
span { border-color: rgb(176,80,111); }
td.TdClassName
{
border-color: #B0506F;
}
.TagClassName
{
border-color: #B0506F;
}
</style>