Shades of Royal Heath #BB3D6C
Tints of Royal Heath #BB3D6C
RGB
CMYK
RGB Variations
Color information
#BB3D6C (or 0xBB3D6C) is known color: Royal Heath. HEX triplet: BB, 3D and 6C. RGB value is (187,61,108). Sum of RGB (Red+Green+Blue) = 187+61+108=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D6C is #44C293. Grayscale: #676767. Windows color (decimal): -4506260 or 7093691. OLE color: 7093691.
HSL color Cylindrical-coordinate representation of color #BB3D6C: hue angle of 337.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3D6C is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 108 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.27 |
| HSL | 337.62º | 0.51% | 0.49% | - |
| HSV(B) | 337.62º | 0.67% | 0.73% | - |
| XYZ | 24.87 | 14.98 | 15.77 | - |
| YUV | 104.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 108 | 0 | 0.67 | 0.42 | 0.27 | 337.62 | 0.51 | 0.49 |
| Hex | BB | 3D | 6C | 0 | 43 | 2A | 1B | 152 | 33 | 31 |
| Octal | 273 | 75 | 154 | 0 | 103 | 52 | 33 | 522 | 63 | 61 |
| Binary | 10111011 | 111101 | 1101100 | 0 | 1000011 | 101010 | 11011 | 101010010 | 110011 | 110001 |
Color Harmonies of #BB3D6C
Complementary color
Monochromatic Colors of #BB3D6C
Black with #BB3D6C
Text Example
Text Example
White with #BB3D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D6C; }
p { color: rgb(187,61,108); }
H1.HeaderClassName
{
color: #BB3D6C;
}
.AnyTagClassName
{
color: #BB3D6C;
}
</style>
background-color css
<style>
a { background-color: #BB3D6C; }
a { background-color: rgb(187,61,108); }
div.DivClassName
{
background-color: #BB3D6C;
}
.BgClassName
{
background-color: #BB3D6C;
}
</style>
border-color css
<style>
span { border-color: #BB3D6C; }
span { border-color: rgb(187,61,108); }
td.TdClassName
{
border-color: #BB3D6C;
}
.TagClassName
{
border-color: #BB3D6C;
}
</style>