Shades of Blush #B8566C
Tints of Blush #B8566C
RGB
CMYK
RGB Variations
Color information
#B8566C (or 0xB8566C) is known color: Blush. HEX triplet: B8, 56 and 6C. RGB value is (184,86,108). Sum of RGB (Red+Green+Blue) = 184+86+108=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8566C is #47A993. Grayscale: #757575. Windows color (decimal): -4696468 or 7100088. OLE color: 7100088.
HSL color Cylindrical-coordinate representation of color #B8566C: hue angle of 346.53º 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 #B8566C is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 108 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.28 |
| HSL | 346.53º | 0.41% | 0.53% | - |
| HSV(B) | 346.53º | 0.53% | 0.72% | - |
| XYZ | 25.8 | 17.93 | 16.29 | - |
| YUV | 117.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 108 | 0 | 0.53 | 0.41 | 0.28 | 346.53 | 0.41 | 0.53 |
| Hex | B8 | 56 | 6C | 0 | 35 | 29 | 1C | 15B | 29 | 35 |
| Octal | 270 | 126 | 154 | 0 | 65 | 51 | 34 | 533 | 51 | 65 |
| Binary | 10111000 | 1010110 | 1101100 | 0 | 110101 | 101001 | 11100 | 101011011 | 101001 | 110101 |
Color Harmonies of #B8566C
Complementary color
Monochromatic Colors of #B8566C
Black with #B8566C
Text Example
Text Example
White with #B8566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8566C; }
p { color: rgb(184,86,108); }
H1.HeaderClassName
{
color: #B8566C;
}
.AnyTagClassName
{
color: #B8566C;
}
</style>
background-color css
<style>
a { background-color: #B8566C; }
a { background-color: rgb(184,86,108); }
div.DivClassName
{
background-color: #B8566C;
}
.BgClassName
{
background-color: #B8566C;
}
</style>
border-color css
<style>
span { border-color: #B8566C; }
span { border-color: rgb(184,86,108); }
td.TdClassName
{
border-color: #B8566C;
}
.TagClassName
{
border-color: #B8566C;
}
</style>