Shades of Royal Heath #BB446D
Tints of Royal Heath #BB446D
RGB
CMYK
RGB Variations
Color information
#BB446D (or 0xBB446D) is known color: Royal Heath. HEX triplet: BB, 44 and 6D. RGB value is (187,68,109). Sum of RGB (Red+Green+Blue) = 187+68+109=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB446D is #44BB92. Grayscale: #6C6C6C. Windows color (decimal): -4504467 or 7161019. OLE color: 7161019.
HSL color Cylindrical-coordinate representation of color #BB446D: hue angle of 339.33º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB446D is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 109 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.27 |
| HSL | 339.33º | 0.47% | 0.5% | - |
| HSV(B) | 339.33º | 0.64% | 0.73% | - |
| XYZ | 25.32 | 15.8 | 16.18 | - |
| YUV | 108.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 109 | 0 | 0.64 | 0.42 | 0.27 | 339.33 | 0.47 | 0.5 |
| Hex | BB | 44 | 6D | 0 | 40 | 2A | 1B | 153 | 2F | 32 |
| Octal | 273 | 104 | 155 | 0 | 100 | 52 | 33 | 523 | 57 | 62 |
| Binary | 10111011 | 1000100 | 1101101 | 0 | 1000000 | 101010 | 11011 | 101010011 | 101111 | 110010 |
Color Harmonies of #BB446D
Complementary color
Monochromatic Colors of #BB446D
Black with #BB446D
Text Example
Text Example
White with #BB446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB446D; }
p { color: rgb(187,68,109); }
H1.HeaderClassName
{
color: #BB446D;
}
.AnyTagClassName
{
color: #BB446D;
}
</style>
background-color css
<style>
a { background-color: #BB446D; }
a { background-color: rgb(187,68,109); }
div.DivClassName
{
background-color: #BB446D;
}
.BgClassName
{
background-color: #BB446D;
}
</style>
border-color css
<style>
span { border-color: #BB446D; }
span { border-color: rgb(187,68,109); }
td.TdClassName
{
border-color: #BB446D;
}
.TagClassName
{
border-color: #BB446D;
}
</style>