Shades of Blush #B56173
Tints of Blush #B56173
RGB
CMYK
RGB Variations
Color information
#B56173 (or 0xB56173) is known color: Blush. HEX triplet: B5, 61 and 73. RGB value is (181,97,115). Sum of RGB (Red+Green+Blue) = 181+97+115=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B56173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56173 is #4A9E8C. Grayscale: #7C7C7C. Windows color (decimal): -4890253 or 7561653. OLE color: 7561653.
HSL color Cylindrical-coordinate representation of color #B56173: hue angle of 347.14º 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 #B56173 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 115 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.29 |
| HSL | 347.14º | 0.36% | 0.55% | - |
| HSV(B) | 347.14º | 0.46% | 0.71% | - |
| XYZ | 26.43 | 19.61 | 18.61 | - |
| YUV | 124.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 115 | 0 | 0.46 | 0.36 | 0.29 | 347.14 | 0.36 | 0.55 |
| Hex | B5 | 61 | 73 | 0 | 2E | 24 | 1D | 15B | 24 | 37 |
| Octal | 265 | 141 | 163 | 0 | 56 | 44 | 35 | 533 | 44 | 67 |
| Binary | 10110101 | 1100001 | 1110011 | 0 | 101110 | 100100 | 11101 | 101011011 | 100100 | 110111 |
Color Harmonies of #B56173
Complementary color
Monochromatic Colors of #B56173
Black with #B56173
Text Example
Text Example
White with #B56173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56173; }
p { color: rgb(181,97,115); }
H1.HeaderClassName
{
color: #B56173;
}
.AnyTagClassName
{
color: #B56173;
}
</style>
background-color css
<style>
a { background-color: #B56173; }
a { background-color: rgb(181,97,115); }
div.DivClassName
{
background-color: #B56173;
}
.BgClassName
{
background-color: #B56173;
}
</style>
border-color css
<style>
span { border-color: #B56173; }
span { border-color: rgb(181,97,115); }
td.TdClassName
{
border-color: #B56173;
}
.TagClassName
{
border-color: #B56173;
}
</style>