Shades of Blush #BB656C
Tints of Blush #BB656C
RGB
CMYK
RGB Variations
Color information
#BB656C (or 0xBB656C) is known color: Blush. HEX triplet: BB, 65 and 6C. RGB value is (187,101,108). Sum of RGB (Red+Green+Blue) = 187+101+108=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB656C is #449A93. Grayscale: #7F7F7F. Windows color (decimal): -4496020 or 7103931. OLE color: 7103931.
HSL color Cylindrical-coordinate representation of color #BB656C: hue angle of 355.12º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB656C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 108 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.27 |
| HSL | 355.12º | 0.39% | 0.56% | - |
| HSV(B) | 355.12º | 0.46% | 0.73% | - |
| XYZ | 27.85 | 20.95 | 16.76 | - |
| YUV | 127.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 108 | 0 | 0.46 | 0.42 | 0.27 | 355.12 | 0.39 | 0.56 |
| Hex | BB | 65 | 6C | 0 | 2E | 2A | 1B | 163 | 27 | 38 |
| Octal | 273 | 145 | 154 | 0 | 56 | 52 | 33 | 543 | 47 | 70 |
| Binary | 10111011 | 1100101 | 1101100 | 0 | 101110 | 101010 | 11011 | 101100011 | 100111 | 111000 |
Color Harmonies of #BB656C
Complementary color
Monochromatic Colors of #BB656C
Black with #BB656C
Text Example
Text Example
White with #BB656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB656C; }
p { color: rgb(187,101,108); }
H1.HeaderClassName
{
color: #BB656C;
}
.AnyTagClassName
{
color: #BB656C;
}
</style>
background-color css
<style>
a { background-color: #BB656C; }
a { background-color: rgb(187,101,108); }
div.DivClassName
{
background-color: #BB656C;
}
.BgClassName
{
background-color: #BB656C;
}
</style>
border-color css
<style>
span { border-color: #BB656C; }
span { border-color: rgb(187,101,108); }
td.TdClassName
{
border-color: #BB656C;
}
.TagClassName
{
border-color: #BB656C;
}
</style>