Shades of Blush #B26167
Tints of Blush #B26167
RGB
CMYK
RGB Variations
Color information
#B26167 (or 0xB26167) is known color: Blush. HEX triplet: B2, 61 and 67. RGB value is (178,97,103). Sum of RGB (Red+Green+Blue) = 178+97+103=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B26167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26167 is #4D9E98. Grayscale: #797979. Windows color (decimal): -5086873 or 6775218. OLE color: 6775218.
HSL color Cylindrical-coordinate representation of color #B26167: hue angle of 355.56º 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 #B26167 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 103 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.30 |
| HSL | 355.56º | 0.34% | 0.54% | - |
| HSV(B) | 355.56º | 0.46% | 0.7% | - |
| XYZ | 25.08 | 18.99 | 15.18 | - |
| YUV | 121.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 103 | 0 | 0.46 | 0.42 | 0.30 | 355.56 | 0.34 | 0.54 |
| Hex | B2 | 61 | 67 | 0 | 2E | 2A | 1E | 164 | 22 | 36 |
| Octal | 262 | 141 | 147 | 0 | 56 | 52 | 36 | 544 | 42 | 66 |
| Binary | 10110010 | 1100001 | 1100111 | 0 | 101110 | 101010 | 11110 | 101100100 | 100010 | 110110 |
Color Harmonies of #B26167
Complementary color
Monochromatic Colors of #B26167
Black with #B26167
Text Example
Text Example
White with #B26167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26167; }
p { color: rgb(178,97,103); }
H1.HeaderClassName
{
color: #B26167;
}
.AnyTagClassName
{
color: #B26167;
}
</style>
background-color css
<style>
a { background-color: #B26167; }
a { background-color: rgb(178,97,103); }
div.DivClassName
{
background-color: #B26167;
}
.BgClassName
{
background-color: #B26167;
}
</style>
border-color css
<style>
span { border-color: #B26167; }
span { border-color: rgb(178,97,103); }
td.TdClassName
{
border-color: #B26167;
}
.TagClassName
{
border-color: #B26167;
}
</style>