Shades of Royal Heath #BB5374
Tints of Royal Heath #BB5374
RGB
CMYK
RGB Variations
Color information
#BB5374 (or 0xBB5374) is known color: Royal Heath. HEX triplet: BB, 53 and 74. RGB value is (187,83,116). Sum of RGB (Red+Green+Blue) = 187+83+116=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5374 is #44AC8B. Grayscale: #757575. Windows color (decimal): -4500620 or 7623611. OLE color: 7623611.
HSL color Cylindrical-coordinate representation of color #BB5374: hue angle of 340.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5374 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 116 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.27 |
| HSL | 340.96º | 0.43% | 0.53% | - |
| HSV(B) | 340.96º | 0.56% | 0.73% | - |
| XYZ | 26.74 | 18.01 | 18.59 | - |
| YUV | 117.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 116 | 0 | 0.56 | 0.38 | 0.27 | 340.96 | 0.43 | 0.53 |
| Hex | BB | 53 | 74 | 0 | 38 | 26 | 1B | 155 | 2B | 35 |
| Octal | 273 | 123 | 164 | 0 | 70 | 46 | 33 | 525 | 53 | 65 |
| Binary | 10111011 | 1010011 | 1110100 | 0 | 111000 | 100110 | 11011 | 101010101 | 101011 | 110101 |
Color Harmonies of #BB5374
Complementary color
Monochromatic Colors of #BB5374
Black with #BB5374
Text Example
Text Example
White with #BB5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5374; }
p { color: rgb(187,83,116); }
H1.HeaderClassName
{
color: #BB5374;
}
.AnyTagClassName
{
color: #BB5374;
}
</style>
background-color css
<style>
a { background-color: #BB5374; }
a { background-color: rgb(187,83,116); }
div.DivClassName
{
background-color: #BB5374;
}
.BgClassName
{
background-color: #BB5374;
}
</style>
border-color css
<style>
span { border-color: #BB5374; }
span { border-color: rgb(187,83,116); }
td.TdClassName
{
border-color: #BB5374;
}
.TagClassName
{
border-color: #BB5374;
}
</style>