Shades of Blush #B2526A
Tints of Blush #B2526A
RGB
CMYK
RGB Variations
Color information
#B2526A (or 0xB2526A) is known color: Blush. HEX triplet: B2, 52 and 6A. RGB value is (178,82,106). Sum of RGB (Red+Green+Blue) = 178+82+106=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2526A is #4DAD95. Grayscale: #717171. Windows color (decimal): -5090710 or 6967986. OLE color: 6967986.
HSL color Cylindrical-coordinate representation of color #B2526A: hue angle of 345º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2526A is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 106 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.30 |
| HSL | 345º | 0.38% | 0.51% | - |
| HSV(B) | 345º | 0.54% | 0.7% | - |
| XYZ | 23.98 | 16.54 | 15.56 | - |
| YUV | 113.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 106 | 0 | 0.54 | 0.40 | 0.30 | 345 | 0.38 | 0.51 |
| Hex | B2 | 52 | 6A | 0 | 36 | 28 | 1E | 159 | 26 | 33 |
| Octal | 262 | 122 | 152 | 0 | 66 | 50 | 36 | 531 | 46 | 63 |
| Binary | 10110010 | 1010010 | 1101010 | 0 | 110110 | 101000 | 11110 | 101011001 | 100110 | 110011 |
Color Harmonies of #B2526A
Complementary color
Monochromatic Colors of #B2526A
Black with #B2526A
Text Example
Text Example
White with #B2526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2526A; }
p { color: rgb(178,82,106); }
H1.HeaderClassName
{
color: #B2526A;
}
.AnyTagClassName
{
color: #B2526A;
}
</style>
background-color css
<style>
a { background-color: #B2526A; }
a { background-color: rgb(178,82,106); }
div.DivClassName
{
background-color: #B2526A;
}
.BgClassName
{
background-color: #B2526A;
}
</style>
border-color css
<style>
span { border-color: #B2526A; }
span { border-color: rgb(178,82,106); }
td.TdClassName
{
border-color: #B2526A;
}
.TagClassName
{
border-color: #B2526A;
}
</style>