Shades of Blush #B26070
Tints of Blush #B26070
RGB
CMYK
RGB Variations
Color information
#B26070 (or 0xB26070) is known color: Blush. HEX triplet: B2, 60 and 70. RGB value is (178,96,112). Sum of RGB (Red+Green+Blue) = 178+96+112=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B26070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26070 is #4D9F8F. Grayscale: #7A7A7A. Windows color (decimal): -5087120 or 7364786. OLE color: 7364786.
HSL color Cylindrical-coordinate representation of color #B26070: hue angle of 348.29º 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 #B26070 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 112 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.30 |
| HSL | 348.29º | 0.35% | 0.54% | - |
| HSV(B) | 348.29º | 0.46% | 0.7% | - |
| XYZ | 25.47 | 19 | 17.65 | - |
| YUV | 122.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 112 | 0 | 0.46 | 0.37 | 0.30 | 348.29 | 0.35 | 0.54 |
| Hex | B2 | 60 | 70 | 0 | 2E | 25 | 1E | 15C | 23 | 36 |
| Octal | 262 | 140 | 160 | 0 | 56 | 45 | 36 | 534 | 43 | 66 |
| Binary | 10110010 | 1100000 | 1110000 | 0 | 101110 | 100101 | 11110 | 101011100 | 100011 | 110110 |
Color Harmonies of #B26070
Complementary color
Monochromatic Colors of #B26070
Black with #B26070
Text Example
Text Example
White with #B26070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26070; }
p { color: rgb(178,96,112); }
H1.HeaderClassName
{
color: #B26070;
}
.AnyTagClassName
{
color: #B26070;
}
</style>
background-color css
<style>
a { background-color: #B26070; }
a { background-color: rgb(178,96,112); }
div.DivClassName
{
background-color: #B26070;
}
.BgClassName
{
background-color: #B26070;
}
</style>
border-color css
<style>
span { border-color: #B26070; }
span { border-color: rgb(178,96,112); }
td.TdClassName
{
border-color: #B26070;
}
.TagClassName
{
border-color: #B26070;
}
</style>