Shades of Blush #B55669
Tints of Blush #B55669
RGB
CMYK
RGB Variations
Color information
#B55669 (or 0xB55669) is known color: Blush. HEX triplet: B5, 56 and 69. RGB value is (181,86,105). Sum of RGB (Red+Green+Blue) = 181+86+105=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B55669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55669 is #4AA996. Grayscale: #747474. Windows color (decimal): -4893079 or 6903477. OLE color: 6903477.
HSL color Cylindrical-coordinate representation of color #B55669: hue angle of 348º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55669 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 105 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.29 |
| HSL | 348º | 0.39% | 0.52% | - |
| HSV(B) | 348º | 0.52% | 0.71% | - |
| XYZ | 24.93 | 17.5 | 15.43 | - |
| YUV | 116.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 105 | 0 | 0.52 | 0.42 | 0.29 | 348 | 0.39 | 0.52 |
| Hex | B5 | 56 | 69 | 0 | 34 | 2A | 1D | 15C | 27 | 34 |
| Octal | 265 | 126 | 151 | 0 | 64 | 52 | 35 | 534 | 47 | 64 |
| Binary | 10110101 | 1010110 | 1101001 | 0 | 110100 | 101010 | 11101 | 101011100 | 100111 | 110100 |
Color Harmonies of #B55669
Complementary color
Monochromatic Colors of #B55669
Black with #B55669
Text Example
Text Example
White with #B55669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55669; }
p { color: rgb(181,86,105); }
H1.HeaderClassName
{
color: #B55669;
}
.AnyTagClassName
{
color: #B55669;
}
</style>
background-color css
<style>
a { background-color: #B55669; }
a { background-color: rgb(181,86,105); }
div.DivClassName
{
background-color: #B55669;
}
.BgClassName
{
background-color: #B55669;
}
</style>
border-color css
<style>
span { border-color: #B55669; }
span { border-color: rgb(181,86,105); }
td.TdClassName
{
border-color: #B55669;
}
.TagClassName
{
border-color: #B55669;
}
</style>