Shades of Blush #B8586B
Tints of Blush #B8586B
RGB
CMYK
RGB Variations
Color information
#B8586B (or 0xB8586B) is known color: Blush. HEX triplet: B8, 58 and 6B. RGB value is (184,88,107). Sum of RGB (Red+Green+Blue) = 184+88+107=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8586B is #47A794. Grayscale: #767676. Windows color (decimal): -4695957 or 7035064. OLE color: 7035064.
HSL color Cylindrical-coordinate representation of color #B8586B: hue angle of 348.12º 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 #B8586B is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 107 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.28 |
| HSL | 348.13º | 0.4% | 0.53% | - |
| HSV(B) | 348.13º | 0.52% | 0.72% | - |
| XYZ | 25.91 | 18.23 | 16.06 | - |
| YUV | 118.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 107 | 0 | 0.52 | 0.42 | 0.28 | 348.13 | 0.4 | 0.53 |
| Hex | B8 | 58 | 6B | 0 | 34 | 2A | 1C | 15C | 28 | 35 |
| Octal | 270 | 130 | 153 | 0 | 64 | 52 | 34 | 534 | 50 | 65 |
| Binary | 10111000 | 1011000 | 1101011 | 0 | 110100 | 101010 | 11100 | 101011100 | 101000 | 110101 |
Color Harmonies of #B8586B
Complementary color
Monochromatic Colors of #B8586B
Black with #B8586B
Text Example
Text Example
White with #B8586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8586B; }
p { color: rgb(184,88,107); }
H1.HeaderClassName
{
color: #B8586B;
}
.AnyTagClassName
{
color: #B8586B;
}
</style>
background-color css
<style>
a { background-color: #B8586B; }
a { background-color: rgb(184,88,107); }
div.DivClassName
{
background-color: #B8586B;
}
.BgClassName
{
background-color: #B8586B;
}
</style>
border-color css
<style>
span { border-color: #B8586B; }
span { border-color: rgb(184,88,107); }
td.TdClassName
{
border-color: #B8586B;
}
.TagClassName
{
border-color: #B8586B;
}
</style>