Shades of Blush #B7575D
Tints of Blush #B7575D
RGB
CMYK
RGB Variations
Color information
#B7575D (or 0xB7575D) is known color: Blush. HEX triplet: B7, 57 and 5D. RGB value is (183,87,93). Sum of RGB (Red+Green+Blue) = 183+87+93=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7575D is #48A8A2. Grayscale: #747474. Windows color (decimal): -4761763 or 6117303. OLE color: 6117303.
HSL color Cylindrical-coordinate representation of color #B7575D: hue angle of 356.25º 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 #B7575D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 93 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.28 |
| HSL | 356.25º | 0.4% | 0.53% | - |
| HSV(B) | 356.25º | 0.52% | 0.72% | - |
| XYZ | 24.91 | 17.67 | 12.45 | - |
| YUV | 116.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 93 | 0 | 0.52 | 0.49 | 0.28 | 356.25 | 0.4 | 0.53 |
| Hex | B7 | 57 | 5D | 0 | 34 | 31 | 1C | 164 | 28 | 35 |
| Octal | 267 | 127 | 135 | 0 | 64 | 61 | 34 | 544 | 50 | 65 |
| Binary | 10110111 | 1010111 | 1011101 | 0 | 110100 | 110001 | 11100 | 101100100 | 101000 | 110101 |
Color Harmonies of #B7575D
Complementary color
Monochromatic Colors of #B7575D
Black with #B7575D
Text Example
Text Example
White with #B7575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7575D; }
p { color: rgb(183,87,93); }
H1.HeaderClassName
{
color: #B7575D;
}
.AnyTagClassName
{
color: #B7575D;
}
</style>
background-color css
<style>
a { background-color: #B7575D; }
a { background-color: rgb(183,87,93); }
div.DivClassName
{
background-color: #B7575D;
}
.BgClassName
{
background-color: #B7575D;
}
</style>
border-color css
<style>
span { border-color: #B7575D; }
span { border-color: rgb(183,87,93); }
td.TdClassName
{
border-color: #B7575D;
}
.TagClassName
{
border-color: #B7575D;
}
</style>