Shades of Blush #B1526B
Tints of Blush #B1526B
RGB
CMYK
RGB Variations
Color information
#B1526B (or 0xB1526B) is known color: Blush. HEX triplet: B1, 52 and 6B. RGB value is (177,82,107). Sum of RGB (Red+Green+Blue) = 177+82+107=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1526B is #4EAD94. Grayscale: #717171. Windows color (decimal): -5156245 or 7033521. OLE color: 7033521.
HSL color Cylindrical-coordinate representation of color #B1526B: hue angle of 344.21º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1526B is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 107 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.31 |
| HSL | 344.21º | 0.38% | 0.51% | - |
| HSV(B) | 344.21º | 0.54% | 0.69% | - |
| XYZ | 23.8 | 16.44 | 15.83 | - |
| YUV | 113.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 107 | 0 | 0.54 | 0.40 | 0.31 | 344.21 | 0.38 | 0.51 |
| Hex | B1 | 52 | 6B | 0 | 36 | 28 | 1F | 158 | 26 | 33 |
| Octal | 261 | 122 | 153 | 0 | 66 | 50 | 37 | 530 | 46 | 63 |
| Binary | 10110001 | 1010010 | 1101011 | 0 | 110110 | 101000 | 11111 | 101011000 | 100110 | 110011 |
Color Harmonies of #B1526B
Complementary color
Monochromatic Colors of #B1526B
Black with #B1526B
Text Example
Text Example
White with #B1526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1526B; }
p { color: rgb(177,82,107); }
H1.HeaderClassName
{
color: #B1526B;
}
.AnyTagClassName
{
color: #B1526B;
}
</style>
background-color css
<style>
a { background-color: #B1526B; }
a { background-color: rgb(177,82,107); }
div.DivClassName
{
background-color: #B1526B;
}
.BgClassName
{
background-color: #B1526B;
}
</style>
border-color css
<style>
span { border-color: #B1526B; }
span { border-color: rgb(177,82,107); }
td.TdClassName
{
border-color: #B1526B;
}
.TagClassName
{
border-color: #B1526B;
}
</style>