Shades of Blush #BB5667
Tints of Blush #BB5667
RGB
CMYK
RGB Variations
Color information
#BB5667 (or 0xBB5667) is known color: Blush. HEX triplet: BB, 56 and 67. RGB value is (187,86,103). Sum of RGB (Red+Green+Blue) = 187+86+103=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5667 is #44A998. Grayscale: #767676. Windows color (decimal): -4499865 or 6772411. OLE color: 6772411.
HSL color Cylindrical-coordinate representation of color #BB5667: hue angle of 349.9º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5667 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 103 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.27 |
| HSL | 349.9º | 0.43% | 0.54% | - |
| HSV(B) | 349.9º | 0.54% | 0.73% | - |
| XYZ | 26.27 | 18.2 | 14.96 | - |
| YUV | 118.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 103 | 0 | 0.54 | 0.45 | 0.27 | 349.9 | 0.43 | 0.54 |
| Hex | BB | 56 | 67 | 0 | 36 | 2D | 1B | 15E | 2B | 36 |
| Octal | 273 | 126 | 147 | 0 | 66 | 55 | 33 | 536 | 53 | 66 |
| Binary | 10111011 | 1010110 | 1100111 | 0 | 110110 | 101101 | 11011 | 101011110 | 101011 | 110110 |
Color Harmonies of #BB5667
Complementary color
Monochromatic Colors of #BB5667
Black with #BB5667
Text Example
Text Example
White with #BB5667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5667; }
p { color: rgb(187,86,103); }
H1.HeaderClassName
{
color: #BB5667;
}
.AnyTagClassName
{
color: #BB5667;
}
</style>
background-color css
<style>
a { background-color: #BB5667; }
a { background-color: rgb(187,86,103); }
div.DivClassName
{
background-color: #BB5667;
}
.BgClassName
{
background-color: #BB5667;
}
</style>
border-color css
<style>
span { border-color: #BB5667; }
span { border-color: rgb(187,86,103); }
td.TdClassName
{
border-color: #BB5667;
}
.TagClassName
{
border-color: #BB5667;
}
</style>