Shades of Blush #B7525D
Tints of Blush #B7525D
RGB
CMYK
RGB Variations
Color information
#B7525D (or 0xB7525D) is known color: Blush. HEX triplet: B7, 52 and 5D. RGB value is (183,82,93). Sum of RGB (Red+Green+Blue) = 183+82+93=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7525D is #48ADA2. Grayscale: #717171. Windows color (decimal): -4763043 or 6116023. OLE color: 6116023.
HSL color Cylindrical-coordinate representation of color #B7525D: hue angle of 353.47º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7525D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 93 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.28 |
| HSL | 353.47º | 0.41% | 0.52% | - |
| HSV(B) | 353.47º | 0.55% | 0.72% | - |
| XYZ | 24.52 | 16.89 | 12.32 | - |
| YUV | 113.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 93 | 0 | 0.55 | 0.49 | 0.28 | 353.47 | 0.41 | 0.52 |
| Hex | B7 | 52 | 5D | 0 | 37 | 31 | 1C | 161 | 29 | 34 |
| Octal | 267 | 122 | 135 | 0 | 67 | 61 | 34 | 541 | 51 | 64 |
| Binary | 10110111 | 1010010 | 1011101 | 0 | 110111 | 110001 | 11100 | 101100001 | 101001 | 110100 |
Color Harmonies of #B7525D
Complementary color
Monochromatic Colors of #B7525D
Black with #B7525D
Text Example
Text Example
White with #B7525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7525D; }
p { color: rgb(183,82,93); }
H1.HeaderClassName
{
color: #B7525D;
}
.AnyTagClassName
{
color: #B7525D;
}
</style>
background-color css
<style>
a { background-color: #B7525D; }
a { background-color: rgb(183,82,93); }
div.DivClassName
{
background-color: #B7525D;
}
.BgClassName
{
background-color: #B7525D;
}
</style>
border-color css
<style>
span { border-color: #B7525D; }
span { border-color: rgb(183,82,93); }
td.TdClassName
{
border-color: #B7525D;
}
.TagClassName
{
border-color: #B7525D;
}
</style>