Shades of Blush #BB6471
Tints of Blush #BB6471
RGB
CMYK
RGB Variations
Color information
#BB6471 (or 0xBB6471) is known color: Blush. HEX triplet: BB, 64 and 71. RGB value is (187,100,113). Sum of RGB (Red+Green+Blue) = 187+100+113=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6471 is #449B8E. Grayscale: #7F7F7F. Windows color (decimal): -4496271 or 7431355. OLE color: 7431355.
HSL color Cylindrical-coordinate representation of color #BB6471: hue angle of 351.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6471 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 113 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.27 |
| HSL | 351.03º | 0.39% | 0.56% | - |
| HSV(B) | 351.03º | 0.47% | 0.73% | - |
| XYZ | 28.03 | 20.87 | 18.17 | - |
| YUV | 127.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 113 | 0 | 0.47 | 0.40 | 0.27 | 351.03 | 0.39 | 0.56 |
| Hex | BB | 64 | 71 | 0 | 2F | 28 | 1B | 15F | 27 | 38 |
| Octal | 273 | 144 | 161 | 0 | 57 | 50 | 33 | 537 | 47 | 70 |
| Binary | 10111011 | 1100100 | 1110001 | 0 | 101111 | 101000 | 11011 | 101011111 | 100111 | 111000 |
Color Harmonies of #BB6471
Complementary color
Monochromatic Colors of #BB6471
Black with #BB6471
Text Example
Text Example
White with #BB6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6471; }
p { color: rgb(187,100,113); }
H1.HeaderClassName
{
color: #BB6471;
}
.AnyTagClassName
{
color: #BB6471;
}
</style>
background-color css
<style>
a { background-color: #BB6471; }
a { background-color: rgb(187,100,113); }
div.DivClassName
{
background-color: #BB6471;
}
.BgClassName
{
background-color: #BB6471;
}
</style>
border-color css
<style>
span { border-color: #BB6471; }
span { border-color: rgb(187,100,113); }
td.TdClassName
{
border-color: #BB6471;
}
.TagClassName
{
border-color: #BB6471;
}
</style>