Shades of Blush #B8506E
Tints of Blush #B8506E
RGB
CMYK
RGB Variations
Color information
#B8506E (or 0xB8506E) is known color: Blush. HEX triplet: B8, 50 and 6E. RGB value is (184,80,110). Sum of RGB (Red+Green+Blue) = 184+80+110=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8506E is #47AF91. Grayscale: #727272. Windows color (decimal): -4698002 or 7229624. OLE color: 7229624.
HSL color Cylindrical-coordinate representation of color #B8506E: hue angle of 342.69º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8506E is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 110 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.28 |
| HSL | 342.69º | 0.42% | 0.52% | - |
| HSV(B) | 342.69º | 0.57% | 0.72% | - |
| XYZ | 25.45 | 17.05 | 16.7 | - |
| YUV | 114.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 110 | 0 | 0.57 | 0.40 | 0.28 | 342.69 | 0.42 | 0.52 |
| Hex | B8 | 50 | 6E | 0 | 39 | 28 | 1C | 157 | 2A | 34 |
| Octal | 270 | 120 | 156 | 0 | 71 | 50 | 34 | 527 | 52 | 64 |
| Binary | 10111000 | 1010000 | 1101110 | 0 | 111001 | 101000 | 11100 | 101010111 | 101010 | 110100 |
Color Harmonies of #B8506E
Complementary color
Monochromatic Colors of #B8506E
Black with #B8506E
Text Example
Text Example
White with #B8506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8506E; }
p { color: rgb(184,80,110); }
H1.HeaderClassName
{
color: #B8506E;
}
.AnyTagClassName
{
color: #B8506E;
}
</style>
background-color css
<style>
a { background-color: #B8506E; }
a { background-color: rgb(184,80,110); }
div.DivClassName
{
background-color: #B8506E;
}
.BgClassName
{
background-color: #B8506E;
}
</style>
border-color css
<style>
span { border-color: #B8506E; }
span { border-color: rgb(184,80,110); }
td.TdClassName
{
border-color: #B8506E;
}
.TagClassName
{
border-color: #B8506E;
}
</style>