Shades of Blush #B9646C
Tints of Blush #B9646C
RGB
CMYK
RGB Variations
Color information
#B9646C (or 0xB9646C) is known color: Blush. HEX triplet: B9, 64 and 6C. RGB value is (185,100,108). Sum of RGB (Red+Green+Blue) = 185+100+108=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9646C is #469B93. Grayscale: #7E7E7E. Windows color (decimal): -4627348 or 7103673. OLE color: 7103673.
HSL color Cylindrical-coordinate representation of color #B9646C: hue angle of 354.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9646C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 108 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.27 |
| HSL | 354.35º | 0.38% | 0.56% | - |
| HSV(B) | 354.35º | 0.46% | 0.73% | - |
| XYZ | 27.27 | 20.51 | 16.71 | - |
| YUV | 126.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 108 | 0 | 0.46 | 0.42 | 0.27 | 354.35 | 0.38 | 0.56 |
| Hex | B9 | 64 | 6C | 0 | 2E | 2A | 1B | 162 | 26 | 38 |
| Octal | 271 | 144 | 154 | 0 | 56 | 52 | 33 | 542 | 46 | 70 |
| Binary | 10111001 | 1100100 | 1101100 | 0 | 101110 | 101010 | 11011 | 101100010 | 100110 | 111000 |
Color Harmonies of #B9646C
Complementary color
Monochromatic Colors of #B9646C
Black with #B9646C
Text Example
Text Example
White with #B9646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9646C; }
p { color: rgb(185,100,108); }
H1.HeaderClassName
{
color: #B9646C;
}
.AnyTagClassName
{
color: #B9646C;
}
</style>
background-color css
<style>
a { background-color: #B9646C; }
a { background-color: rgb(185,100,108); }
div.DivClassName
{
background-color: #B9646C;
}
.BgClassName
{
background-color: #B9646C;
}
</style>
border-color css
<style>
span { border-color: #B9646C; }
span { border-color: rgb(185,100,108); }
td.TdClassName
{
border-color: #B9646C;
}
.TagClassName
{
border-color: #B9646C;
}
</style>