Shades of Blush #B9626E
Tints of Blush #B9626E
RGB
CMYK
RGB Variations
Color information
#B9626E (or 0xB9626E) is known color: Blush. HEX triplet: B9, 62 and 6E. RGB value is (185,98,110). Sum of RGB (Red+Green+Blue) = 185+98+110=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9626E is #469D91. Grayscale: #7D7D7D. Windows color (decimal): -4627858 or 7234233. OLE color: 7234233.
HSL color Cylindrical-coordinate representation of color #B9626E: hue angle of 351.72º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9626E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 110 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.27 |
| HSL | 351.72º | 0.38% | 0.55% | - |
| HSV(B) | 351.72º | 0.47% | 0.73% | - |
| XYZ | 27.19 | 20.18 | 17.21 | - |
| YUV | 125.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 110 | 0 | 0.47 | 0.41 | 0.27 | 351.72 | 0.38 | 0.55 |
| Hex | B9 | 62 | 6E | 0 | 2F | 29 | 1B | 160 | 26 | 37 |
| Octal | 271 | 142 | 156 | 0 | 57 | 51 | 33 | 540 | 46 | 67 |
| Binary | 10111001 | 1100010 | 1101110 | 0 | 101111 | 101001 | 11011 | 101100000 | 100110 | 110111 |
Color Harmonies of #B9626E
Complementary color
Monochromatic Colors of #B9626E
Black with #B9626E
Text Example
Text Example
White with #B9626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9626E; }
p { color: rgb(185,98,110); }
H1.HeaderClassName
{
color: #B9626E;
}
.AnyTagClassName
{
color: #B9626E;
}
</style>
background-color css
<style>
a { background-color: #B9626E; }
a { background-color: rgb(185,98,110); }
div.DivClassName
{
background-color: #B9626E;
}
.BgClassName
{
background-color: #B9626E;
}
</style>
border-color css
<style>
span { border-color: #B9626E; }
span { border-color: rgb(185,98,110); }
td.TdClassName
{
border-color: #B9626E;
}
.TagClassName
{
border-color: #B9626E;
}
</style>