Shades of Royal Heath #BB4075
Tints of Royal Heath #BB4075
RGB
CMYK
RGB Variations
Color information
#BB4075 (or 0xBB4075) is known color: Royal Heath. HEX triplet: BB, 40 and 75. RGB value is (187,64,117). Sum of RGB (Red+Green+Blue) = 187+64+117=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4075 is #44BF8A. Grayscale: #6A6A6A. Windows color (decimal): -4505483 or 7684283. OLE color: 7684283.
HSL color Cylindrical-coordinate representation of color #BB4075: hue angle of 334.15º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4075 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 117 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.27 |
| HSL | 334.15º | 0.49% | 0.49% | - |
| HSV(B) | 334.15º | 0.66% | 0.73% | - |
| XYZ | 25.54 | 15.52 | 18.48 | - |
| YUV | 106.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 117 | 0 | 0.66 | 0.37 | 0.27 | 334.15 | 0.49 | 0.49 |
| Hex | BB | 40 | 75 | 0 | 42 | 25 | 1B | 14E | 31 | 31 |
| Octal | 273 | 100 | 165 | 0 | 102 | 45 | 33 | 516 | 61 | 61 |
| Binary | 10111011 | 1000000 | 1110101 | 0 | 1000010 | 100101 | 11011 | 101001110 | 110001 | 110001 |
Color Harmonies of #BB4075
Complementary color
Monochromatic Colors of #BB4075
Black with #BB4075
Text Example
Text Example
White with #BB4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4075; }
p { color: rgb(187,64,117); }
H1.HeaderClassName
{
color: #BB4075;
}
.AnyTagClassName
{
color: #BB4075;
}
</style>
background-color css
<style>
a { background-color: #BB4075; }
a { background-color: rgb(187,64,117); }
div.DivClassName
{
background-color: #BB4075;
}
.BgClassName
{
background-color: #BB4075;
}
</style>
border-color css
<style>
span { border-color: #BB4075; }
span { border-color: rgb(187,64,117); }
td.TdClassName
{
border-color: #BB4075;
}
.TagClassName
{
border-color: #BB4075;
}
</style>