Shades of Royal Heath #BB446C
Tints of Royal Heath #BB446C
RGB
CMYK
RGB Variations
Color information
#BB446C (or 0xBB446C) is known color: Royal Heath. HEX triplet: BB, 44 and 6C. RGB value is (187,68,108). Sum of RGB (Red+Green+Blue) = 187+68+108=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB446C is #44BB93. Grayscale: #6C6C6C. Windows color (decimal): -4504468 or 7095483. OLE color: 7095483.
HSL color Cylindrical-coordinate representation of color #BB446C: hue angle of 339.83º 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 #BB446C is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 108 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.27 |
| HSL | 339.83º | 0.47% | 0.5% | - |
| HSV(B) | 339.83º | 0.64% | 0.73% | - |
| XYZ | 25.27 | 15.78 | 15.9 | - |
| YUV | 108.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 108 | 0 | 0.64 | 0.42 | 0.27 | 339.83 | 0.47 | 0.5 |
| Hex | BB | 44 | 6C | 0 | 40 | 2A | 1B | 154 | 2F | 32 |
| Octal | 273 | 104 | 154 | 0 | 100 | 52 | 33 | 524 | 57 | 62 |
| Binary | 10111011 | 1000100 | 1101100 | 0 | 1000000 | 101010 | 11011 | 101010100 | 101111 | 110010 |
Color Harmonies of #BB446C
Complementary color
Monochromatic Colors of #BB446C
Black with #BB446C
Text Example
Text Example
White with #BB446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB446C; }
p { color: rgb(187,68,108); }
H1.HeaderClassName
{
color: #BB446C;
}
.AnyTagClassName
{
color: #BB446C;
}
</style>
background-color css
<style>
a { background-color: #BB446C; }
a { background-color: rgb(187,68,108); }
div.DivClassName
{
background-color: #BB446C;
}
.BgClassName
{
background-color: #BB446C;
}
</style>
border-color css
<style>
span { border-color: #BB446C; }
span { border-color: rgb(187,68,108); }
td.TdClassName
{
border-color: #BB446C;
}
.TagClassName
{
border-color: #BB446C;
}
</style>