Shades of Blush #B8506D
Tints of Blush #B8506D
RGB
CMYK
RGB Variations
Color information
#B8506D (or 0xB8506D) is known color: Blush. HEX triplet: B8, 50 and 6D. RGB value is (184,80,109). Sum of RGB (Red+Green+Blue) = 184+80+109=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8506D is #47AF92. Grayscale: #727272. Windows color (decimal): -4698003 or 7164088. OLE color: 7164088.
HSL color Cylindrical-coordinate representation of color #B8506D: hue angle of 343.27º 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 #B8506D is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 109 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.28 |
| HSL | 343.27º | 0.42% | 0.52% | - |
| HSV(B) | 343.27º | 0.57% | 0.72% | - |
| XYZ | 25.4 | 17.03 | 16.42 | - |
| YUV | 114.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 109 | 0 | 0.57 | 0.41 | 0.28 | 343.27 | 0.42 | 0.52 |
| Hex | B8 | 50 | 6D | 0 | 39 | 29 | 1C | 157 | 2A | 34 |
| Octal | 270 | 120 | 155 | 0 | 71 | 51 | 34 | 527 | 52 | 64 |
| Binary | 10111000 | 1010000 | 1101101 | 0 | 111001 | 101001 | 11100 | 101010111 | 101010 | 110100 |
Color Harmonies of #B8506D
Complementary color
Monochromatic Colors of #B8506D
Black with #B8506D
Text Example
Text Example
White with #B8506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8506D; }
p { color: rgb(184,80,109); }
H1.HeaderClassName
{
color: #B8506D;
}
.AnyTagClassName
{
color: #B8506D;
}
</style>
background-color css
<style>
a { background-color: #B8506D; }
a { background-color: rgb(184,80,109); }
div.DivClassName
{
background-color: #B8506D;
}
.BgClassName
{
background-color: #B8506D;
}
</style>
border-color css
<style>
span { border-color: #B8506D; }
span { border-color: rgb(184,80,109); }
td.TdClassName
{
border-color: #B8506D;
}
.TagClassName
{
border-color: #B8506D;
}
</style>