Shades of Blush #BB606C
Tints of Blush #BB606C
RGB
CMYK
RGB Variations
Color information
#BB606C (or 0xBB606C) is known color: Blush. HEX triplet: BB, 60 and 6C. RGB value is (187,96,108). Sum of RGB (Red+Green+Blue) = 187+96+108=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB606C is #449F93. Grayscale: #7C7C7C. Windows color (decimal): -4497300 or 7102651. OLE color: 7102651.
HSL color Cylindrical-coordinate representation of color #BB606C: hue angle of 352.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB606C is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 108 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.27 |
| HSL | 352.09º | 0.4% | 0.55% | - |
| HSV(B) | 352.09º | 0.49% | 0.73% | - |
| XYZ | 27.38 | 20.01 | 16.61 | - |
| YUV | 124.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 108 | 0 | 0.49 | 0.42 | 0.27 | 352.09 | 0.4 | 0.55 |
| Hex | BB | 60 | 6C | 0 | 31 | 2A | 1B | 160 | 28 | 37 |
| Octal | 273 | 140 | 154 | 0 | 61 | 52 | 33 | 540 | 50 | 67 |
| Binary | 10111011 | 1100000 | 1101100 | 0 | 110001 | 101010 | 11011 | 101100000 | 101000 | 110111 |
Color Harmonies of #BB606C
Complementary color
Monochromatic Colors of #BB606C
Black with #BB606C
Text Example
Text Example
White with #BB606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB606C; }
p { color: rgb(187,96,108); }
H1.HeaderClassName
{
color: #BB606C;
}
.AnyTagClassName
{
color: #BB606C;
}
</style>
background-color css
<style>
a { background-color: #BB606C; }
a { background-color: rgb(187,96,108); }
div.DivClassName
{
background-color: #BB606C;
}
.BgClassName
{
background-color: #BB606C;
}
</style>
border-color css
<style>
span { border-color: #BB606C; }
span { border-color: rgb(187,96,108); }
td.TdClassName
{
border-color: #BB606C;
}
.TagClassName
{
border-color: #BB606C;
}
</style>