Shades of Blush #B8566A
Tints of Blush #B8566A
RGB
CMYK
RGB Variations
Color information
#B8566A (or 0xB8566A) is known color: Blush. HEX triplet: B8, 56 and 6A. RGB value is (184,86,106). Sum of RGB (Red+Green+Blue) = 184+86+106=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8566A is #47A995. Grayscale: #757575. Windows color (decimal): -4696470 or 6969016. OLE color: 6969016.
HSL color Cylindrical-coordinate representation of color #B8566A: hue angle of 347.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8566A is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 106 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.28 |
| HSL | 347.76º | 0.41% | 0.53% | - |
| HSV(B) | 347.76º | 0.53% | 0.72% | - |
| XYZ | 25.7 | 17.89 | 15.73 | - |
| YUV | 117.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 106 | 0 | 0.53 | 0.42 | 0.28 | 347.76 | 0.41 | 0.53 |
| Hex | B8 | 56 | 6A | 0 | 35 | 2A | 1C | 15C | 29 | 35 |
| Octal | 270 | 126 | 152 | 0 | 65 | 52 | 34 | 534 | 51 | 65 |
| Binary | 10111000 | 1010110 | 1101010 | 0 | 110101 | 101010 | 11100 | 101011100 | 101001 | 110101 |
Color Harmonies of #B8566A
Complementary color
Monochromatic Colors of #B8566A
Black with #B8566A
Text Example
Text Example
White with #B8566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8566A; }
p { color: rgb(184,86,106); }
H1.HeaderClassName
{
color: #B8566A;
}
.AnyTagClassName
{
color: #B8566A;
}
</style>
background-color css
<style>
a { background-color: #B8566A; }
a { background-color: rgb(184,86,106); }
div.DivClassName
{
background-color: #B8566A;
}
.BgClassName
{
background-color: #B8566A;
}
</style>
border-color css
<style>
span { border-color: #B8566A; }
span { border-color: rgb(184,86,106); }
td.TdClassName
{
border-color: #B8566A;
}
.TagClassName
{
border-color: #B8566A;
}
</style>