Shades of Blush #BB526C
Tints of Blush #BB526C
RGB
CMYK
RGB Variations
Color information
#BB526C (or 0xBB526C) is known color: Blush. HEX triplet: BB, 52 and 6C. RGB value is (187,82,108). Sum of RGB (Red+Green+Blue) = 187+82+108=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB526C is #44AD93. Grayscale: #747474. Windows color (decimal): -4500884 or 7099067. OLE color: 7099067.
HSL color Cylindrical-coordinate representation of color #BB526C: hue angle of 345.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB526C is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 108 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.27 |
| HSL | 345.14º | 0.44% | 0.53% | - |
| HSV(B) | 345.14º | 0.56% | 0.73% | - |
| XYZ | 26.22 | 17.68 | 16.22 | - |
| YUV | 116.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 108 | 0 | 0.56 | 0.42 | 0.27 | 345.14 | 0.44 | 0.53 |
| Hex | BB | 52 | 6C | 0 | 38 | 2A | 1B | 159 | 2C | 35 |
| Octal | 273 | 122 | 154 | 0 | 70 | 52 | 33 | 531 | 54 | 65 |
| Binary | 10111011 | 1010010 | 1101100 | 0 | 111000 | 101010 | 11011 | 101011001 | 101100 | 110101 |
Color Harmonies of #BB526C
Complementary color
Monochromatic Colors of #BB526C
Black with #BB526C
Text Example
Text Example
White with #BB526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB526C; }
p { color: rgb(187,82,108); }
H1.HeaderClassName
{
color: #BB526C;
}
.AnyTagClassName
{
color: #BB526C;
}
</style>
background-color css
<style>
a { background-color: #BB526C; }
a { background-color: rgb(187,82,108); }
div.DivClassName
{
background-color: #BB526C;
}
.BgClassName
{
background-color: #BB526C;
}
</style>
border-color css
<style>
span { border-color: #BB526C; }
span { border-color: rgb(187,82,108); }
td.TdClassName
{
border-color: #BB526C;
}
.TagClassName
{
border-color: #BB526C;
}
</style>