Shades of Blush #B26168
Tints of Blush #B26168
RGB
CMYK
RGB Variations
Color information
#B26168 (or 0xB26168) is known color: Blush. HEX triplet: B2, 61 and 68. RGB value is (178,97,104). Sum of RGB (Red+Green+Blue) = 178+97+104=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B26168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26168 is #4D9E97. Grayscale: #7A7A7A. Windows color (decimal): -5086872 or 6840754. OLE color: 6840754.
HSL color Cylindrical-coordinate representation of color #B26168: hue angle of 354.81º degrees, saturation: 0.34, 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 #B26168 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 104 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.30 |
| HSL | 354.81º | 0.34% | 0.54% | - |
| HSV(B) | 354.81º | 0.46% | 0.7% | - |
| XYZ | 25.13 | 19.01 | 15.44 | - |
| YUV | 122.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 104 | 0 | 0.46 | 0.42 | 0.30 | 354.81 | 0.34 | 0.54 |
| Hex | B2 | 61 | 68 | 0 | 2E | 2A | 1E | 163 | 22 | 36 |
| Octal | 262 | 141 | 150 | 0 | 56 | 52 | 36 | 543 | 42 | 66 |
| Binary | 10110010 | 1100001 | 1101000 | 0 | 101110 | 101010 | 11110 | 101100011 | 100010 | 110110 |
Color Harmonies of #B26168
Complementary color
Monochromatic Colors of #B26168
Black with #B26168
Text Example
Text Example
White with #B26168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26168; }
p { color: rgb(178,97,104); }
H1.HeaderClassName
{
color: #B26168;
}
.AnyTagClassName
{
color: #B26168;
}
</style>
background-color css
<style>
a { background-color: #B26168; }
a { background-color: rgb(178,97,104); }
div.DivClassName
{
background-color: #B26168;
}
.BgClassName
{
background-color: #B26168;
}
</style>
border-color css
<style>
span { border-color: #B26168; }
span { border-color: rgb(178,97,104); }
td.TdClassName
{
border-color: #B26168;
}
.TagClassName
{
border-color: #B26168;
}
</style>