Shades of Blush #B5556D
Tints of Blush #B5556D
RGB
CMYK
RGB Variations
Color information
#B5556D (or 0xB5556D) is known color: Blush. HEX triplet: B5, 55 and 6D. RGB value is (181,85,109). Sum of RGB (Red+Green+Blue) = 181+85+109=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5556D is #4AAA92. Grayscale: #747474. Windows color (decimal): -4893331 or 7165365. OLE color: 7165365.
HSL color Cylindrical-coordinate representation of color #B5556D: hue angle of 345º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5556D is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 109 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.29 |
| HSL | 345º | 0.39% | 0.52% | - |
| HSV(B) | 345º | 0.53% | 0.71% | - |
| XYZ | 25.06 | 17.42 | 16.51 | - |
| YUV | 116.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 109 | 0 | 0.53 | 0.40 | 0.29 | 345 | 0.39 | 0.52 |
| Hex | B5 | 55 | 6D | 0 | 35 | 28 | 1D | 159 | 27 | 34 |
| Octal | 265 | 125 | 155 | 0 | 65 | 50 | 35 | 531 | 47 | 64 |
| Binary | 10110101 | 1010101 | 1101101 | 0 | 110101 | 101000 | 11101 | 101011001 | 100111 | 110100 |
Color Harmonies of #B5556D
Complementary color
Monochromatic Colors of #B5556D
Black with #B5556D
Text Example
Text Example
White with #B5556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5556D; }
p { color: rgb(181,85,109); }
H1.HeaderClassName
{
color: #B5556D;
}
.AnyTagClassName
{
color: #B5556D;
}
</style>
background-color css
<style>
a { background-color: #B5556D; }
a { background-color: rgb(181,85,109); }
div.DivClassName
{
background-color: #B5556D;
}
.BgClassName
{
background-color: #B5556D;
}
</style>
border-color css
<style>
span { border-color: #B5556D; }
span { border-color: rgb(181,85,109); }
td.TdClassName
{
border-color: #B5556D;
}
.TagClassName
{
border-color: #B5556D;
}
</style>