Shades of Royal Heath #BB5673
Tints of Royal Heath #BB5673
RGB
CMYK
RGB Variations
Color information
#BB5673 (or 0xBB5673) is known color: Royal Heath. HEX triplet: BB, 56 and 73. RGB value is (187,86,115). Sum of RGB (Red+Green+Blue) = 187+86+115=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5673 is #44A98C. Grayscale: #777777. Windows color (decimal): -4499853 or 7558843. OLE color: 7558843.
HSL color Cylindrical-coordinate representation of color #BB5673: hue angle of 342.77º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5673 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 115 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.27 |
| HSL | 342.77º | 0.43% | 0.54% | - |
| HSV(B) | 342.77º | 0.54% | 0.73% | - |
| XYZ | 26.92 | 18.46 | 18.36 | - |
| YUV | 119.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 115 | 0 | 0.54 | 0.39 | 0.27 | 342.77 | 0.43 | 0.54 |
| Hex | BB | 56 | 73 | 0 | 36 | 27 | 1B | 157 | 2B | 36 |
| Octal | 273 | 126 | 163 | 0 | 66 | 47 | 33 | 527 | 53 | 66 |
| Binary | 10111011 | 1010110 | 1110011 | 0 | 110110 | 100111 | 11011 | 101010111 | 101011 | 110110 |
Color Harmonies of #BB5673
Complementary color
Monochromatic Colors of #BB5673
Black with #BB5673
Text Example
Text Example
White with #BB5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5673; }
p { color: rgb(187,86,115); }
H1.HeaderClassName
{
color: #BB5673;
}
.AnyTagClassName
{
color: #BB5673;
}
</style>
background-color css
<style>
a { background-color: #BB5673; }
a { background-color: rgb(187,86,115); }
div.DivClassName
{
background-color: #BB5673;
}
.BgClassName
{
background-color: #BB5673;
}
</style>
border-color css
<style>
span { border-color: #BB5673; }
span { border-color: rgb(187,86,115); }
td.TdClassName
{
border-color: #BB5673;
}
.TagClassName
{
border-color: #BB5673;
}
</style>