Shades of Blush #B55969
Tints of Blush #B55969
RGB
CMYK
RGB Variations
Color information
#B55969 (or 0xB55969) is known color: Blush. HEX triplet: B5, 59 and 69. RGB value is (181,89,105). Sum of RGB (Red+Green+Blue) = 181+89+105=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B55969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55969 is #4AA696. Grayscale: #767676. Windows color (decimal): -4892311 or 6904245. OLE color: 6904245.
HSL color Cylindrical-coordinate representation of color #B55969: hue angle of 349.57º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55969 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 105 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.29 |
| HSL | 349.57º | 0.38% | 0.53% | - |
| HSV(B) | 349.57º | 0.51% | 0.71% | - |
| XYZ | 25.18 | 17.99 | 15.51 | - |
| YUV | 118.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 105 | 0 | 0.51 | 0.42 | 0.29 | 349.57 | 0.38 | 0.53 |
| Hex | B5 | 59 | 69 | 0 | 33 | 2A | 1D | 15E | 26 | 35 |
| Octal | 265 | 131 | 151 | 0 | 63 | 52 | 35 | 536 | 46 | 65 |
| Binary | 10110101 | 1011001 | 1101001 | 0 | 110011 | 101010 | 11101 | 101011110 | 100110 | 110101 |
Color Harmonies of #B55969
Complementary color
Monochromatic Colors of #B55969
Black with #B55969
Text Example
Text Example
White with #B55969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55969; }
p { color: rgb(181,89,105); }
H1.HeaderClassName
{
color: #B55969;
}
.AnyTagClassName
{
color: #B55969;
}
</style>
background-color css
<style>
a { background-color: #B55969; }
a { background-color: rgb(181,89,105); }
div.DivClassName
{
background-color: #B55969;
}
.BgClassName
{
background-color: #B55969;
}
</style>
border-color css
<style>
span { border-color: #B55969; }
span { border-color: rgb(181,89,105); }
td.TdClassName
{
border-color: #B55969;
}
.TagClassName
{
border-color: #B55969;
}
</style>