Shades of Blush #BB5468
Tints of Blush #BB5468
RGB
CMYK
RGB Variations
Color information
#BB5468 (or 0xBB5468) is known color: Blush. HEX triplet: BB, 54 and 68. RGB value is (187,84,104). Sum of RGB (Red+Green+Blue) = 187+84+104=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5468 is #44AB97. Grayscale: #757575. Windows color (decimal): -4500376 or 6837435. OLE color: 6837435.
HSL color Cylindrical-coordinate representation of color #BB5468: hue angle of 348.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5468 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 104 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.27 |
| HSL | 348.35º | 0.43% | 0.53% | - |
| HSV(B) | 348.35º | 0.55% | 0.73% | - |
| XYZ | 26.16 | 17.9 | 15.17 | - |
| YUV | 117.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 104 | 0 | 0.55 | 0.44 | 0.27 | 348.35 | 0.43 | 0.53 |
| Hex | BB | 54 | 68 | 0 | 37 | 2C | 1B | 15C | 2B | 35 |
| Octal | 273 | 124 | 150 | 0 | 67 | 54 | 33 | 534 | 53 | 65 |
| Binary | 10111011 | 1010100 | 1101000 | 0 | 110111 | 101100 | 11011 | 101011100 | 101011 | 110101 |
Color Harmonies of #BB5468
Complementary color
Monochromatic Colors of #BB5468
Black with #BB5468
Text Example
Text Example
White with #BB5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5468; }
p { color: rgb(187,84,104); }
H1.HeaderClassName
{
color: #BB5468;
}
.AnyTagClassName
{
color: #BB5468;
}
</style>
background-color css
<style>
a { background-color: #BB5468; }
a { background-color: rgb(187,84,104); }
div.DivClassName
{
background-color: #BB5468;
}
.BgClassName
{
background-color: #BB5468;
}
</style>
border-color css
<style>
span { border-color: #BB5468; }
span { border-color: rgb(187,84,104); }
td.TdClassName
{
border-color: #BB5468;
}
.TagClassName
{
border-color: #BB5468;
}
</style>