Shades of Blush #BB516F
Tints of Blush #BB516F
RGB
CMYK
RGB Variations
Color information
#BB516F (or 0xBB516F) is known color: Blush. HEX triplet: BB, 51 and 6F. RGB value is (187,81,111). Sum of RGB (Red+Green+Blue) = 187+81+111=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB516F is #44AE90. Grayscale: #747474. Windows color (decimal): -4501137 or 7295419. OLE color: 7295419.
HSL color Cylindrical-coordinate representation of color #BB516F: hue angle of 343.02º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB516F is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 111 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.27 |
| HSL | 343.02º | 0.44% | 0.53% | - |
| HSV(B) | 343.02º | 0.57% | 0.73% | - |
| XYZ | 26.31 | 17.6 | 17.05 | - |
| YUV | 116.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 111 | 0 | 0.57 | 0.41 | 0.27 | 343.02 | 0.44 | 0.53 |
| Hex | BB | 51 | 6F | 0 | 39 | 29 | 1B | 157 | 2C | 35 |
| Octal | 273 | 121 | 157 | 0 | 71 | 51 | 33 | 527 | 54 | 65 |
| Binary | 10111011 | 1010001 | 1101111 | 0 | 111001 | 101001 | 11011 | 101010111 | 101100 | 110101 |
Color Harmonies of #BB516F
Complementary color
Monochromatic Colors of #BB516F
Black with #BB516F
Text Example
Text Example
White with #BB516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB516F; }
p { color: rgb(187,81,111); }
H1.HeaderClassName
{
color: #BB516F;
}
.AnyTagClassName
{
color: #BB516F;
}
</style>
background-color css
<style>
a { background-color: #BB516F; }
a { background-color: rgb(187,81,111); }
div.DivClassName
{
background-color: #BB516F;
}
.BgClassName
{
background-color: #BB516F;
}
</style>
border-color css
<style>
span { border-color: #BB516F; }
span { border-color: rgb(187,81,111); }
td.TdClassName
{
border-color: #BB516F;
}
.TagClassName
{
border-color: #BB516F;
}
</style>