Shades of Blush #B2606E
Tints of Blush #B2606E
RGB
CMYK
RGB Variations
Color information
#B2606E (or 0xB2606E) is known color: Blush. HEX triplet: B2, 60 and 6E. RGB value is (178,96,110). Sum of RGB (Red+Green+Blue) = 178+96+110=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2606E is #4D9F91. Grayscale: #7A7A7A. Windows color (decimal): -5087122 or 7233714. OLE color: 7233714.
HSL color Cylindrical-coordinate representation of color #B2606E: hue angle of 349.76º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2606E is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 110 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.30 |
| HSL | 349.76º | 0.35% | 0.54% | - |
| HSV(B) | 349.76º | 0.46% | 0.7% | - |
| XYZ | 25.36 | 18.96 | 17.07 | - |
| YUV | 122.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 110 | 0 | 0.46 | 0.38 | 0.30 | 349.76 | 0.35 | 0.54 |
| Hex | B2 | 60 | 6E | 0 | 2E | 26 | 1E | 15E | 23 | 36 |
| Octal | 262 | 140 | 156 | 0 | 56 | 46 | 36 | 536 | 43 | 66 |
| Binary | 10110010 | 1100000 | 1101110 | 0 | 101110 | 100110 | 11110 | 101011110 | 100011 | 110110 |
Color Harmonies of #B2606E
Complementary color
Monochromatic Colors of #B2606E
Black with #B2606E
Text Example
Text Example
White with #B2606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2606E; }
p { color: rgb(178,96,110); }
H1.HeaderClassName
{
color: #B2606E;
}
.AnyTagClassName
{
color: #B2606E;
}
</style>
background-color css
<style>
a { background-color: #B2606E; }
a { background-color: rgb(178,96,110); }
div.DivClassName
{
background-color: #B2606E;
}
.BgClassName
{
background-color: #B2606E;
}
</style>
border-color css
<style>
span { border-color: #B2606E; }
span { border-color: rgb(178,96,110); }
td.TdClassName
{
border-color: #B2606E;
}
.TagClassName
{
border-color: #B2606E;
}
</style>