Shades of Blush #B36266
Tints of Blush #B36266
RGB
CMYK
RGB Variations
Color information
#B36266 (or 0xB36266) is known color: Blush. HEX triplet: B3, 62 and 66. RGB value is (179,98,102). Sum of RGB (Red+Green+Blue) = 179+98+102=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B36266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36266 is #4C9D99. Grayscale: #7A7A7A. Windows color (decimal): -5021082 or 6709939. OLE color: 6709939.
HSL color Cylindrical-coordinate representation of color #B36266: hue angle of 357.04º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36266 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 102 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.30 |
| HSL | 357.04º | 0.35% | 0.54% | - |
| HSV(B) | 357.04º | 0.45% | 0.7% | - |
| XYZ | 25.36 | 19.28 | 14.96 | - |
| YUV | 122.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 102 | 0 | 0.45 | 0.43 | 0.30 | 357.04 | 0.35 | 0.54 |
| Hex | B3 | 62 | 66 | 0 | 2D | 2B | 1E | 165 | 23 | 36 |
| Octal | 263 | 142 | 146 | 0 | 55 | 53 | 36 | 545 | 43 | 66 |
| Binary | 10110011 | 1100010 | 1100110 | 0 | 101101 | 101011 | 11110 | 101100101 | 100011 | 110110 |
Color Harmonies of #B36266
Complementary color
Monochromatic Colors of #B36266
Black with #B36266
Text Example
Text Example
White with #B36266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36266; }
p { color: rgb(179,98,102); }
H1.HeaderClassName
{
color: #B36266;
}
.AnyTagClassName
{
color: #B36266;
}
</style>
background-color css
<style>
a { background-color: #B36266; }
a { background-color: rgb(179,98,102); }
div.DivClassName
{
background-color: #B36266;
}
.BgClassName
{
background-color: #B36266;
}
</style>
border-color css
<style>
span { border-color: #B36266; }
span { border-color: rgb(179,98,102); }
td.TdClassName
{
border-color: #B36266;
}
.TagClassName
{
border-color: #B36266;
}
</style>