Shades of Blush #BB535F
Tints of Blush #BB535F
RGB
CMYK
RGB Variations
Color information
#BB535F (or 0xBB535F) is known color: Blush. HEX triplet: BB, 53 and 5F. RGB value is (187,83,95). Sum of RGB (Red+Green+Blue) = 187+83+95=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB535F is #44ACA0. Grayscale: #737373. Windows color (decimal): -4500641 or 6247355. OLE color: 6247355.
HSL color Cylindrical-coordinate representation of color #BB535F: hue angle of 353.08º degrees, saturation: 0.43, 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 #BB535F is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 95 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.27 |
| HSL | 353.08º | 0.43% | 0.53% | - |
| HSV(B) | 353.08º | 0.56% | 0.73% | - |
| XYZ | 25.65 | 17.58 | 12.87 | - |
| YUV | 115.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 95 | 0 | 0.56 | 0.49 | 0.27 | 353.08 | 0.43 | 0.53 |
| Hex | BB | 53 | 5F | 0 | 38 | 31 | 1B | 161 | 2B | 35 |
| Octal | 273 | 123 | 137 | 0 | 70 | 61 | 33 | 541 | 53 | 65 |
| Binary | 10111011 | 1010011 | 1011111 | 0 | 111000 | 110001 | 11011 | 101100001 | 101011 | 110101 |
Color Harmonies of #BB535F
Complementary color
Monochromatic Colors of #BB535F
Black with #BB535F
Text Example
Text Example
White with #BB535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB535F; }
p { color: rgb(187,83,95); }
H1.HeaderClassName
{
color: #BB535F;
}
.AnyTagClassName
{
color: #BB535F;
}
</style>
background-color css
<style>
a { background-color: #BB535F; }
a { background-color: rgb(187,83,95); }
div.DivClassName
{
background-color: #BB535F;
}
.BgClassName
{
background-color: #BB535F;
}
</style>
border-color css
<style>
span { border-color: #BB535F; }
span { border-color: rgb(187,83,95); }
td.TdClassName
{
border-color: #BB535F;
}
.TagClassName
{
border-color: #BB535F;
}
</style>