Shades of Blush #B7526B
Tints of Blush #B7526B
RGB
CMYK
RGB Variations
Color information
#B7526B (or 0xB7526B) is known color: Blush. HEX triplet: B7, 52 and 6B. RGB value is (183,82,107). Sum of RGB (Red+Green+Blue) = 183+82+107=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7526B is #48AD94. Grayscale: #737373. Windows color (decimal): -4763029 or 7033527. OLE color: 7033527.
HSL color Cylindrical-coordinate representation of color #B7526B: hue angle of 345.15º 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 #B7526B is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 107 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.28 |
| HSL | 345.15º | 0.41% | 0.52% | - |
| HSV(B) | 345.15º | 0.55% | 0.72% | - |
| XYZ | 25.2 | 17.16 | 15.89 | - |
| YUV | 115.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 107 | 0 | 0.55 | 0.42 | 0.28 | 345.15 | 0.41 | 0.52 |
| Hex | B7 | 52 | 6B | 0 | 37 | 2A | 1C | 159 | 29 | 34 |
| Octal | 267 | 122 | 153 | 0 | 67 | 52 | 34 | 531 | 51 | 64 |
| Binary | 10110111 | 1010010 | 1101011 | 0 | 110111 | 101010 | 11100 | 101011001 | 101001 | 110100 |
Color Harmonies of #B7526B
Complementary color
Monochromatic Colors of #B7526B
Black with #B7526B
Text Example
Text Example
White with #B7526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7526B; }
p { color: rgb(183,82,107); }
H1.HeaderClassName
{
color: #B7526B;
}
.AnyTagClassName
{
color: #B7526B;
}
</style>
background-color css
<style>
a { background-color: #B7526B; }
a { background-color: rgb(183,82,107); }
div.DivClassName
{
background-color: #B7526B;
}
.BgClassName
{
background-color: #B7526B;
}
</style>
border-color css
<style>
span { border-color: #B7526B; }
span { border-color: rgb(183,82,107); }
td.TdClassName
{
border-color: #B7526B;
}
.TagClassName
{
border-color: #B7526B;
}
</style>