Shades of Blush #BB4F5A
Tints of Blush #BB4F5A
RGB
CMYK
RGB Variations
Color information
#BB4F5A (or 0xBB4F5A) is known color: Blush. HEX triplet: BB, 4F and 5A. RGB value is (187,79,90). Sum of RGB (Red+Green+Blue) = 187+79+90=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F5A is #44B0A5. Grayscale: #707070. Windows color (decimal): -4501670 or 5918651. OLE color: 5918651.
HSL color Cylindrical-coordinate representation of color #BB4F5A: hue angle of 353.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F5A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 90 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.27 |
| HSL | 353.89º | 0.44% | 0.52% | - |
| HSV(B) | 353.89º | 0.58% | 0.73% | - |
| XYZ | 25.13 | 16.89 | 11.61 | - |
| YUV | 112.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 90 | 0 | 0.58 | 0.52 | 0.27 | 353.89 | 0.44 | 0.52 |
| Hex | BB | 4F | 5A | 0 | 3A | 34 | 1B | 162 | 2C | 34 |
| Octal | 273 | 117 | 132 | 0 | 72 | 64 | 33 | 542 | 54 | 64 |
| Binary | 10111011 | 1001111 | 1011010 | 0 | 111010 | 110100 | 11011 | 101100010 | 101100 | 110100 |
Color Harmonies of #BB4F5A
Complementary color
Monochromatic Colors of #BB4F5A
Black with #BB4F5A
Text Example
Text Example
White with #BB4F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F5A; }
p { color: rgb(187,79,90); }
H1.HeaderClassName
{
color: #BB4F5A;
}
.AnyTagClassName
{
color: #BB4F5A;
}
</style>
background-color css
<style>
a { background-color: #BB4F5A; }
a { background-color: rgb(187,79,90); }
div.DivClassName
{
background-color: #BB4F5A;
}
.BgClassName
{
background-color: #BB4F5A;
}
</style>
border-color css
<style>
span { border-color: #BB4F5A; }
span { border-color: rgb(187,79,90); }
td.TdClassName
{
border-color: #BB4F5A;
}
.TagClassName
{
border-color: #BB4F5A;
}
</style>