Shades of Blush #B8505E
Tints of Blush #B8505E
RGB
CMYK
RGB Variations
Color information
#B8505E (or 0xB8505E) is known color: Blush. HEX triplet: B8, 50 and 5E. RGB value is (184,80,94). Sum of RGB (Red+Green+Blue) = 184+80+94=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8505E is #47AFA1. Grayscale: #707070. Windows color (decimal): -4698018 or 6181048. OLE color: 6181048.
HSL color Cylindrical-coordinate representation of color #B8505E: hue angle of 351.92º 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 #B8505E is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 94 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.28 |
| HSL | 351.92º | 0.42% | 0.52% | - |
| HSV(B) | 351.92º | 0.57% | 0.72% | - |
| XYZ | 24.66 | 16.74 | 12.52 | - |
| YUV | 112.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 94 | 0 | 0.57 | 0.49 | 0.28 | 351.92 | 0.42 | 0.52 |
| Hex | B8 | 50 | 5E | 0 | 39 | 31 | 1C | 160 | 2A | 34 |
| Octal | 270 | 120 | 136 | 0 | 71 | 61 | 34 | 540 | 52 | 64 |
| Binary | 10111000 | 1010000 | 1011110 | 0 | 111001 | 110001 | 11100 | 101100000 | 101010 | 110100 |
Color Harmonies of #B8505E
Complementary color
Monochromatic Colors of #B8505E
Black with #B8505E
Text Example
Text Example
White with #B8505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8505E; }
p { color: rgb(184,80,94); }
H1.HeaderClassName
{
color: #B8505E;
}
.AnyTagClassName
{
color: #B8505E;
}
</style>
background-color css
<style>
a { background-color: #B8505E; }
a { background-color: rgb(184,80,94); }
div.DivClassName
{
background-color: #B8505E;
}
.BgClassName
{
background-color: #B8505E;
}
</style>
border-color css
<style>
span { border-color: #B8505E; }
span { border-color: rgb(184,80,94); }
td.TdClassName
{
border-color: #B8505E;
}
.TagClassName
{
border-color: #B8505E;
}
</style>