Shades of Blush #B7515C
Tints of Blush #B7515C
RGB
CMYK
RGB Variations
Color information
#B7515C (or 0xB7515C) is known color: Blush. HEX triplet: B7, 51 and 5C. RGB value is (183,81,92). Sum of RGB (Red+Green+Blue) = 183+81+92=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7515C is #48AEA3. Grayscale: #707070. Windows color (decimal): -4763300 or 6050231. OLE color: 6050231.
HSL color Cylindrical-coordinate representation of color #B7515C: hue angle of 353.53º 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 #B7515C is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 92 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.28 |
| HSL | 353.53º | 0.41% | 0.52% | - |
| HSV(B) | 353.53º | 0.56% | 0.72% | - |
| XYZ | 24.4 | 16.72 | 12.07 | - |
| YUV | 112.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 92 | 0 | 0.56 | 0.50 | 0.28 | 353.53 | 0.41 | 0.52 |
| Hex | B7 | 51 | 5C | 0 | 38 | 32 | 1C | 162 | 29 | 34 |
| Octal | 267 | 121 | 134 | 0 | 70 | 62 | 34 | 542 | 51 | 64 |
| Binary | 10110111 | 1010001 | 1011100 | 0 | 111000 | 110010 | 11100 | 101100010 | 101001 | 110100 |
Color Harmonies of #B7515C
Complementary color
Monochromatic Colors of #B7515C
Black with #B7515C
Text Example
Text Example
White with #B7515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7515C; }
p { color: rgb(183,81,92); }
H1.HeaderClassName
{
color: #B7515C;
}
.AnyTagClassName
{
color: #B7515C;
}
</style>
background-color css
<style>
a { background-color: #B7515C; }
a { background-color: rgb(183,81,92); }
div.DivClassName
{
background-color: #B7515C;
}
.BgClassName
{
background-color: #B7515C;
}
</style>
border-color css
<style>
span { border-color: #B7515C; }
span { border-color: rgb(183,81,92); }
td.TdClassName
{
border-color: #B7515C;
}
.TagClassName
{
border-color: #B7515C;
}
</style>