Shades of Blush #B7516E
Tints of Blush #B7516E
RGB
CMYK
RGB Variations
Color information
#B7516E (or 0xB7516E) is known color: Blush. HEX triplet: B7, 51 and 6E. RGB value is (183,81,110). Sum of RGB (Red+Green+Blue) = 183+81+110=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7516E is #48AE91. Grayscale: #727272. Windows color (decimal): -4763282 or 7229879. OLE color: 7229879.
HSL color Cylindrical-coordinate representation of color #B7516E: hue angle of 342.94º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7516E is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 110 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.28 |
| HSL | 342.94º | 0.41% | 0.52% | - |
| HSV(B) | 342.94º | 0.56% | 0.72% | - |
| XYZ | 25.29 | 17.08 | 16.72 | - |
| YUV | 114.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 110 | 0 | 0.56 | 0.40 | 0.28 | 342.94 | 0.41 | 0.52 |
| Hex | B7 | 51 | 6E | 0 | 38 | 28 | 1C | 157 | 29 | 34 |
| Octal | 267 | 121 | 156 | 0 | 70 | 50 | 34 | 527 | 51 | 64 |
| Binary | 10110111 | 1010001 | 1101110 | 0 | 111000 | 101000 | 11100 | 101010111 | 101001 | 110100 |
Color Harmonies of #B7516E
Complementary color
Monochromatic Colors of #B7516E
Black with #B7516E
Text Example
Text Example
White with #B7516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7516E; }
p { color: rgb(183,81,110); }
H1.HeaderClassName
{
color: #B7516E;
}
.AnyTagClassName
{
color: #B7516E;
}
</style>
background-color css
<style>
a { background-color: #B7516E; }
a { background-color: rgb(183,81,110); }
div.DivClassName
{
background-color: #B7516E;
}
.BgClassName
{
background-color: #B7516E;
}
</style>
border-color css
<style>
span { border-color: #B7516E; }
span { border-color: rgb(183,81,110); }
td.TdClassName
{
border-color: #B7516E;
}
.TagClassName
{
border-color: #B7516E;
}
</style>