Shades of Blush #B8586D
Tints of Blush #B8586D
RGB
CMYK
RGB Variations
Color information
#B8586D (or 0xB8586D) is known color: Blush. HEX triplet: B8, 58 and 6D. RGB value is (184,88,109). Sum of RGB (Red+Green+Blue) = 184+88+109=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8586D is #47A792. Grayscale: #777777. Windows color (decimal): -4695955 or 7166136. OLE color: 7166136.
HSL color Cylindrical-coordinate representation of color #B8586D: hue angle of 346.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8586D is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 109 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.28 |
| HSL | 346.88º | 0.4% | 0.53% | - |
| HSV(B) | 346.88º | 0.52% | 0.72% | - |
| XYZ | 26.02 | 18.27 | 16.62 | - |
| YUV | 119.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 109 | 0 | 0.52 | 0.41 | 0.28 | 346.88 | 0.4 | 0.53 |
| Hex | B8 | 58 | 6D | 0 | 34 | 29 | 1C | 15B | 28 | 35 |
| Octal | 270 | 130 | 155 | 0 | 64 | 51 | 34 | 533 | 50 | 65 |
| Binary | 10111000 | 1011000 | 1101101 | 0 | 110100 | 101001 | 11100 | 101011011 | 101000 | 110101 |
Color Harmonies of #B8586D
Complementary color
Monochromatic Colors of #B8586D
Black with #B8586D
Text Example
Text Example
White with #B8586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8586D; }
p { color: rgb(184,88,109); }
H1.HeaderClassName
{
color: #B8586D;
}
.AnyTagClassName
{
color: #B8586D;
}
</style>
background-color css
<style>
a { background-color: #B8586D; }
a { background-color: rgb(184,88,109); }
div.DivClassName
{
background-color: #B8586D;
}
.BgClassName
{
background-color: #B8586D;
}
</style>
border-color css
<style>
span { border-color: #B8586D; }
span { border-color: rgb(184,88,109); }
td.TdClassName
{
border-color: #B8586D;
}
.TagClassName
{
border-color: #B8586D;
}
</style>