Shades of Blush #B5566D
Tints of Blush #B5566D
RGB
CMYK
RGB Variations
Color information
#B5566D (or 0xB5566D) is known color: Blush. HEX triplet: B5, 56 and 6D. RGB value is (181,86,109). Sum of RGB (Red+Green+Blue) = 181+86+109=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5566D is #4AA992. Grayscale: #757575. Windows color (decimal): -4893075 or 7165621. OLE color: 7165621.
HSL color Cylindrical-coordinate representation of color #B5566D: hue angle of 345.47º 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 #B5566D is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 109 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.29 |
| HSL | 345.47º | 0.39% | 0.52% | - |
| HSV(B) | 345.47º | 0.52% | 0.71% | - |
| XYZ | 25.14 | 17.58 | 16.54 | - |
| YUV | 117.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 109 | 0 | 0.52 | 0.40 | 0.29 | 345.47 | 0.39 | 0.52 |
| Hex | B5 | 56 | 6D | 0 | 34 | 28 | 1D | 159 | 27 | 34 |
| Octal | 265 | 126 | 155 | 0 | 64 | 50 | 35 | 531 | 47 | 64 |
| Binary | 10110101 | 1010110 | 1101101 | 0 | 110100 | 101000 | 11101 | 101011001 | 100111 | 110100 |
Color Harmonies of #B5566D
Complementary color
Monochromatic Colors of #B5566D
Black with #B5566D
Text Example
Text Example
White with #B5566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5566D; }
p { color: rgb(181,86,109); }
H1.HeaderClassName
{
color: #B5566D;
}
.AnyTagClassName
{
color: #B5566D;
}
</style>
background-color css
<style>
a { background-color: #B5566D; }
a { background-color: rgb(181,86,109); }
div.DivClassName
{
background-color: #B5566D;
}
.BgClassName
{
background-color: #B5566D;
}
</style>
border-color css
<style>
span { border-color: #B5566D; }
span { border-color: rgb(181,86,109); }
td.TdClassName
{
border-color: #B5566D;
}
.TagClassName
{
border-color: #B5566D;
}
</style>