Shades of Blush #B56164
Tints of Blush #B56164
RGB
CMYK
RGB Variations
Color information
#B56164 (or 0xB56164) is known color: Blush. HEX triplet: B5, 61 and 64. RGB value is (181,97,100). Sum of RGB (Red+Green+Blue) = 181+97+100=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B56164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56164 is #4A9E9B. Grayscale: #7A7A7A. Windows color (decimal): -4890268 or 6578613. OLE color: 6578613.
HSL color Cylindrical-coordinate representation of color #B56164: hue angle of 357.86º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56164 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 100 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.29 |
| HSL | 357.86º | 0.36% | 0.55% | - |
| HSV(B) | 357.86º | 0.46% | 0.71% | - |
| XYZ | 25.63 | 19.29 | 14.43 | - |
| YUV | 122.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 100 | 0 | 0.46 | 0.45 | 0.29 | 357.86 | 0.36 | 0.55 |
| Hex | B5 | 61 | 64 | 0 | 2E | 2D | 1D | 166 | 24 | 37 |
| Octal | 265 | 141 | 144 | 0 | 56 | 55 | 35 | 546 | 44 | 67 |
| Binary | 10110101 | 1100001 | 1100100 | 0 | 101110 | 101101 | 11101 | 101100110 | 100100 | 110111 |
Color Harmonies of #B56164
Complementary color
Monochromatic Colors of #B56164
Black with #B56164
Text Example
Text Example
White with #B56164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56164; }
p { color: rgb(181,97,100); }
H1.HeaderClassName
{
color: #B56164;
}
.AnyTagClassName
{
color: #B56164;
}
</style>
background-color css
<style>
a { background-color: #B56164; }
a { background-color: rgb(181,97,100); }
div.DivClassName
{
background-color: #B56164;
}
.BgClassName
{
background-color: #B56164;
}
</style>
border-color css
<style>
span { border-color: #B56164; }
span { border-color: rgb(181,97,100); }
td.TdClassName
{
border-color: #B56164;
}
.TagClassName
{
border-color: #B56164;
}
</style>