Shades of Blush #B7515D
Tints of Blush #B7515D
RGB
CMYK
RGB Variations
Color information
#B7515D (or 0xB7515D) is known color: Blush. HEX triplet: B7, 51 and 5D. RGB value is (183,81,93). Sum of RGB (Red+Green+Blue) = 183+81+93=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7515D is #48AEA2. Grayscale: #707070. Windows color (decimal): -4763299 or 6115767. OLE color: 6115767.
HSL color Cylindrical-coordinate representation of color #B7515D: hue angle of 352.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 #B7515D is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 93 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.28 |
| HSL | 352.94º | 0.41% | 0.52% | - |
| HSV(B) | 352.94º | 0.56% | 0.72% | - |
| XYZ | 24.45 | 16.74 | 12.3 | - |
| YUV | 112.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 93 | 0 | 0.56 | 0.49 | 0.28 | 352.94 | 0.41 | 0.52 |
| Hex | B7 | 51 | 5D | 0 | 38 | 31 | 1C | 161 | 29 | 34 |
| Octal | 267 | 121 | 135 | 0 | 70 | 61 | 34 | 541 | 51 | 64 |
| Binary | 10110111 | 1010001 | 1011101 | 0 | 111000 | 110001 | 11100 | 101100001 | 101001 | 110100 |
Color Harmonies of #B7515D
Complementary color
Monochromatic Colors of #B7515D
Black with #B7515D
Text Example
Text Example
White with #B7515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7515D; }
p { color: rgb(183,81,93); }
H1.HeaderClassName
{
color: #B7515D;
}
.AnyTagClassName
{
color: #B7515D;
}
</style>
background-color css
<style>
a { background-color: #B7515D; }
a { background-color: rgb(183,81,93); }
div.DivClassName
{
background-color: #B7515D;
}
.BgClassName
{
background-color: #B7515D;
}
</style>
border-color css
<style>
span { border-color: #B7515D; }
span { border-color: rgb(183,81,93); }
td.TdClassName
{
border-color: #B7515D;
}
.TagClassName
{
border-color: #B7515D;
}
</style>