Shades of Blush #BB6068
Tints of Blush #BB6068
RGB
CMYK
RGB Variations
Color information
#BB6068 (or 0xBB6068) is known color: Blush. HEX triplet: BB, 60 and 68. RGB value is (187,96,104). Sum of RGB (Red+Green+Blue) = 187+96+104=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6068 is #449F97. Grayscale: #7C7C7C. Windows color (decimal): -4497304 or 6840507. OLE color: 6840507.
HSL color Cylindrical-coordinate representation of color #BB6068: hue angle of 354.73º 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 #BB6068 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 104 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.27 |
| HSL | 354.73º | 0.4% | 0.55% | - |
| HSV(B) | 354.73º | 0.49% | 0.73% | - |
| XYZ | 27.18 | 19.93 | 15.51 | - |
| YUV | 124.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 104 | 0 | 0.49 | 0.44 | 0.27 | 354.73 | 0.4 | 0.55 |
| Hex | BB | 60 | 68 | 0 | 31 | 2C | 1B | 163 | 28 | 37 |
| Octal | 273 | 140 | 150 | 0 | 61 | 54 | 33 | 543 | 50 | 67 |
| Binary | 10111011 | 1100000 | 1101000 | 0 | 110001 | 101100 | 11011 | 101100011 | 101000 | 110111 |
Color Harmonies of #BB6068
Complementary color
Monochromatic Colors of #BB6068
Black with #BB6068
Text Example
Text Example
White with #BB6068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6068; }
p { color: rgb(187,96,104); }
H1.HeaderClassName
{
color: #BB6068;
}
.AnyTagClassName
{
color: #BB6068;
}
</style>
background-color css
<style>
a { background-color: #BB6068; }
a { background-color: rgb(187,96,104); }
div.DivClassName
{
background-color: #BB6068;
}
.BgClassName
{
background-color: #BB6068;
}
</style>
border-color css
<style>
span { border-color: #BB6068; }
span { border-color: rgb(187,96,104); }
td.TdClassName
{
border-color: #BB6068;
}
.TagClassName
{
border-color: #BB6068;
}
</style>