Shades of Blush #B56266
Tints of Blush #B56266
RGB
CMYK
RGB Variations
Color information
#B56266 (or 0xB56266) is known color: Blush. HEX triplet: B5, 62 and 66. RGB value is (181,98,102). Sum of RGB (Red+Green+Blue) = 181+98+102=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B56266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56266 is #4A9D99. Grayscale: #7B7B7B. Windows color (decimal): -4890010 or 6709941. OLE color: 6709941.
HSL color Cylindrical-coordinate representation of color #B56266: hue angle of 357.11º 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 #B56266 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 102 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.29 |
| HSL | 357.11º | 0.36% | 0.55% | - |
| HSV(B) | 357.11º | 0.46% | 0.71% | - |
| XYZ | 25.82 | 19.52 | 14.98 | - |
| YUV | 123.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 102 | 0 | 0.46 | 0.44 | 0.29 | 357.11 | 0.36 | 0.55 |
| Hex | B5 | 62 | 66 | 0 | 2E | 2C | 1D | 165 | 24 | 37 |
| Octal | 265 | 142 | 146 | 0 | 56 | 54 | 35 | 545 | 44 | 67 |
| Binary | 10110101 | 1100010 | 1100110 | 0 | 101110 | 101100 | 11101 | 101100101 | 100100 | 110111 |
Color Harmonies of #B56266
Complementary color
Monochromatic Colors of #B56266
Black with #B56266
Text Example
Text Example
White with #B56266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56266; }
p { color: rgb(181,98,102); }
H1.HeaderClassName
{
color: #B56266;
}
.AnyTagClassName
{
color: #B56266;
}
</style>
background-color css
<style>
a { background-color: #B56266; }
a { background-color: rgb(181,98,102); }
div.DivClassName
{
background-color: #B56266;
}
.BgClassName
{
background-color: #B56266;
}
</style>
border-color css
<style>
span { border-color: #B56266; }
span { border-color: rgb(181,98,102); }
td.TdClassName
{
border-color: #B56266;
}
.TagClassName
{
border-color: #B56266;
}
</style>