Shades of Blush #B5526C
Tints of Blush #B5526C
RGB
CMYK
RGB Variations
Color information
#B5526C (or 0xB5526C) is known color: Blush. HEX triplet: B5, 52 and 6C. RGB value is (181,82,108). Sum of RGB (Red+Green+Blue) = 181+82+108=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5526C is #4AAD93. Grayscale: #727272. Windows color (decimal): -4894100 or 7099061. OLE color: 7099061.
HSL color Cylindrical-coordinate representation of color #B5526C: hue angle of 344.24º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5526C is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 108 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.29 |
| HSL | 344.24º | 0.4% | 0.52% | - |
| HSV(B) | 344.24º | 0.55% | 0.71% | - |
| XYZ | 24.78 | 16.94 | 16.15 | - |
| YUV | 114.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 108 | 0 | 0.55 | 0.40 | 0.29 | 344.24 | 0.4 | 0.52 |
| Hex | B5 | 52 | 6C | 0 | 37 | 28 | 1D | 158 | 28 | 34 |
| Octal | 265 | 122 | 154 | 0 | 67 | 50 | 35 | 530 | 50 | 64 |
| Binary | 10110101 | 1010010 | 1101100 | 0 | 110111 | 101000 | 11101 | 101011000 | 101000 | 110100 |
Color Harmonies of #B5526C
Complementary color
Monochromatic Colors of #B5526C
Black with #B5526C
Text Example
Text Example
White with #B5526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5526C; }
p { color: rgb(181,82,108); }
H1.HeaderClassName
{
color: #B5526C;
}
.AnyTagClassName
{
color: #B5526C;
}
</style>
background-color css
<style>
a { background-color: #B5526C; }
a { background-color: rgb(181,82,108); }
div.DivClassName
{
background-color: #B5526C;
}
.BgClassName
{
background-color: #B5526C;
}
</style>
border-color css
<style>
span { border-color: #B5526C; }
span { border-color: rgb(181,82,108); }
td.TdClassName
{
border-color: #B5526C;
}
.TagClassName
{
border-color: #B5526C;
}
</style>