Shades of Blush #B7575C
Tints of Blush #B7575C
RGB
CMYK
RGB Variations
Color information
#B7575C (or 0xB7575C) is known color: Blush. HEX triplet: B7, 57 and 5C. RGB value is (183,87,92). Sum of RGB (Red+Green+Blue) = 183+87+92=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7575C is #48A8A3. Grayscale: #747474. Windows color (decimal): -4761764 or 6051767. OLE color: 6051767.
HSL color Cylindrical-coordinate representation of color #B7575C: hue angle of 356.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7575C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 92 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.28 |
| HSL | 356.88º | 0.4% | 0.53% | - |
| HSV(B) | 356.88º | 0.52% | 0.72% | - |
| XYZ | 24.87 | 17.66 | 12.22 | - |
| YUV | 116.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 92 | 0 | 0.52 | 0.50 | 0.28 | 356.88 | 0.4 | 0.53 |
| Hex | B7 | 57 | 5C | 0 | 34 | 32 | 1C | 165 | 28 | 35 |
| Octal | 267 | 127 | 134 | 0 | 64 | 62 | 34 | 545 | 50 | 65 |
| Binary | 10110111 | 1010111 | 1011100 | 0 | 110100 | 110010 | 11100 | 101100101 | 101000 | 110101 |
Color Harmonies of #B7575C
Complementary color
Monochromatic Colors of #B7575C
Black with #B7575C
Text Example
Text Example
White with #B7575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7575C; }
p { color: rgb(183,87,92); }
H1.HeaderClassName
{
color: #B7575C;
}
.AnyTagClassName
{
color: #B7575C;
}
</style>
background-color css
<style>
a { background-color: #B7575C; }
a { background-color: rgb(183,87,92); }
div.DivClassName
{
background-color: #B7575C;
}
.BgClassName
{
background-color: #B7575C;
}
</style>
border-color css
<style>
span { border-color: #B7575C; }
span { border-color: rgb(183,87,92); }
td.TdClassName
{
border-color: #B7575C;
}
.TagClassName
{
border-color: #B7575C;
}
</style>