Shades of Blush #BB535D
Tints of Blush #BB535D
RGB
CMYK
RGB Variations
Color information
#BB535D (or 0xBB535D) is known color: Blush. HEX triplet: BB, 53 and 5D. RGB value is (187,83,93). Sum of RGB (Red+Green+Blue) = 187+83+93=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB535D is #44ACA2. Grayscale: #737373. Windows color (decimal): -4500643 or 6116283. OLE color: 6116283.
HSL color Cylindrical-coordinate representation of color #BB535D: hue angle of 354.23º 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 #BB535D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 93 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.27 |
| HSL | 354.23º | 0.43% | 0.53% | - |
| HSV(B) | 354.23º | 0.56% | 0.73% | - |
| XYZ | 25.56 | 17.54 | 12.39 | - |
| YUV | 115.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 93 | 0 | 0.56 | 0.50 | 0.27 | 354.23 | 0.43 | 0.53 |
| Hex | BB | 53 | 5D | 0 | 38 | 32 | 1B | 162 | 2B | 35 |
| Octal | 273 | 123 | 135 | 0 | 70 | 62 | 33 | 542 | 53 | 65 |
| Binary | 10111011 | 1010011 | 1011101 | 0 | 111000 | 110010 | 11011 | 101100010 | 101011 | 110101 |
Color Harmonies of #BB535D
Complementary color
Monochromatic Colors of #BB535D
Black with #BB535D
Text Example
Text Example
White with #BB535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB535D; }
p { color: rgb(187,83,93); }
H1.HeaderClassName
{
color: #BB535D;
}
.AnyTagClassName
{
color: #BB535D;
}
</style>
background-color css
<style>
a { background-color: #BB535D; }
a { background-color: rgb(187,83,93); }
div.DivClassName
{
background-color: #BB535D;
}
.BgClassName
{
background-color: #BB535D;
}
</style>
border-color css
<style>
span { border-color: #BB535D; }
span { border-color: rgb(187,83,93); }
td.TdClassName
{
border-color: #BB535D;
}
.TagClassName
{
border-color: #BB535D;
}
</style>