Shades of Blush #B9515C
Tints of Blush #B9515C
RGB
CMYK
RGB Variations
Color information
#B9515C (or 0xB9515C) is known color: Blush. HEX triplet: B9, 51 and 5C. RGB value is (185,81,92). Sum of RGB (Red+Green+Blue) = 185+81+92=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9515C is #46AEA3. Grayscale: #717171. Windows color (decimal): -4632228 or 6050233. OLE color: 6050233.
HSL color Cylindrical-coordinate representation of color #B9515C: hue angle of 353.65º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9515C is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 92 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.27 |
| HSL | 353.65º | 0.43% | 0.52% | - |
| HSV(B) | 353.65º | 0.56% | 0.73% | - |
| XYZ | 24.88 | 16.97 | 12.09 | - |
| YUV | 113.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 92 | 0 | 0.56 | 0.50 | 0.27 | 353.65 | 0.43 | 0.52 |
| Hex | B9 | 51 | 5C | 0 | 38 | 32 | 1B | 162 | 2B | 34 |
| Octal | 271 | 121 | 134 | 0 | 70 | 62 | 33 | 542 | 53 | 64 |
| Binary | 10111001 | 1010001 | 1011100 | 0 | 111000 | 110010 | 11011 | 101100010 | 101011 | 110100 |
Color Harmonies of #B9515C
Complementary color
Monochromatic Colors of #B9515C
Black with #B9515C
Text Example
Text Example
White with #B9515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9515C; }
p { color: rgb(185,81,92); }
H1.HeaderClassName
{
color: #B9515C;
}
.AnyTagClassName
{
color: #B9515C;
}
</style>
background-color css
<style>
a { background-color: #B9515C; }
a { background-color: rgb(185,81,92); }
div.DivClassName
{
background-color: #B9515C;
}
.BgClassName
{
background-color: #B9515C;
}
</style>
border-color css
<style>
span { border-color: #B9515C; }
span { border-color: rgb(185,81,92); }
td.TdClassName
{
border-color: #B9515C;
}
.TagClassName
{
border-color: #B9515C;
}
</style>