Shades of Blush #BB505C
Tints of Blush #BB505C
RGB
CMYK
RGB Variations
Color information
#BB505C (or 0xBB505C) is known color: Blush. HEX triplet: BB, 50 and 5C. RGB value is (187,80,92). Sum of RGB (Red+Green+Blue) = 187+80+92=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB505C is #44AFA3. Grayscale: #717171. Windows color (decimal): -4501412 or 6049979. OLE color: 6049979.
HSL color Cylindrical-coordinate representation of color #BB505C: hue angle of 353.27º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB505C is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 92 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.27 |
| HSL | 353.27º | 0.44% | 0.52% | - |
| HSV(B) | 353.27º | 0.57% | 0.73% | - |
| XYZ | 25.29 | 17.07 | 12.09 | - |
| YUV | 113.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 92 | 0 | 0.57 | 0.51 | 0.27 | 353.27 | 0.44 | 0.52 |
| Hex | BB | 50 | 5C | 0 | 39 | 33 | 1B | 161 | 2C | 34 |
| Octal | 273 | 120 | 134 | 0 | 71 | 63 | 33 | 541 | 54 | 64 |
| Binary | 10111011 | 1010000 | 1011100 | 0 | 111001 | 110011 | 11011 | 101100001 | 101100 | 110100 |
Color Harmonies of #BB505C
Complementary color
Monochromatic Colors of #BB505C
Black with #BB505C
Text Example
Text Example
White with #BB505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB505C; }
p { color: rgb(187,80,92); }
H1.HeaderClassName
{
color: #BB505C;
}
.AnyTagClassName
{
color: #BB505C;
}
</style>
background-color css
<style>
a { background-color: #BB505C; }
a { background-color: rgb(187,80,92); }
div.DivClassName
{
background-color: #BB505C;
}
.BgClassName
{
background-color: #BB505C;
}
</style>
border-color css
<style>
span { border-color: #BB505C; }
span { border-color: rgb(187,80,92); }
td.TdClassName
{
border-color: #BB505C;
}
.TagClassName
{
border-color: #BB505C;
}
</style>