Shades of Blush #B0526A
Tints of Blush #B0526A
RGB
CMYK
RGB Variations
Color information
#B0526A (or 0xB0526A) is known color: Blush. HEX triplet: B0, 52 and 6A. RGB value is (176,82,106). Sum of RGB (Red+Green+Blue) = 176+82+106=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0526A is #4FAD95. Grayscale: #707070. Windows color (decimal): -5221782 or 6967984. OLE color: 6967984.
HSL color Cylindrical-coordinate representation of color #B0526A: hue angle of 344.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0526A is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 106 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.31 |
| HSL | 344.68º | 0.37% | 0.51% | - |
| HSV(B) | 344.68º | 0.53% | 0.69% | - |
| XYZ | 23.52 | 16.31 | 15.54 | - |
| YUV | 112.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 106 | 0 | 0.53 | 0.40 | 0.31 | 344.68 | 0.37 | 0.51 |
| Hex | B0 | 52 | 6A | 0 | 35 | 28 | 1F | 159 | 25 | 33 |
| Octal | 260 | 122 | 152 | 0 | 65 | 50 | 37 | 531 | 45 | 63 |
| Binary | 10110000 | 1010010 | 1101010 | 0 | 110101 | 101000 | 11111 | 101011001 | 100101 | 110011 |
Color Harmonies of #B0526A
Complementary color
Monochromatic Colors of #B0526A
Black with #B0526A
Text Example
Text Example
White with #B0526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0526A; }
p { color: rgb(176,82,106); }
H1.HeaderClassName
{
color: #B0526A;
}
.AnyTagClassName
{
color: #B0526A;
}
</style>
background-color css
<style>
a { background-color: #B0526A; }
a { background-color: rgb(176,82,106); }
div.DivClassName
{
background-color: #B0526A;
}
.BgClassName
{
background-color: #B0526A;
}
</style>
border-color css
<style>
span { border-color: #B0526A; }
span { border-color: rgb(176,82,106); }
td.TdClassName
{
border-color: #B0526A;
}
.TagClassName
{
border-color: #B0526A;
}
</style>