Shades of Blush #B9636C
Tints of Blush #B9636C
RGB
CMYK
RGB Variations
Color information
#B9636C (or 0xB9636C) is known color: Blush. HEX triplet: B9, 63 and 6C. RGB value is (185,99,108). Sum of RGB (Red+Green+Blue) = 185+99+108=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9636C is #469C93. Grayscale: #7D7D7D. Windows color (decimal): -4627604 or 7103417. OLE color: 7103417.
HSL color Cylindrical-coordinate representation of color #B9636C: hue angle of 353.72º 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 #B9636C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 108 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.27 |
| HSL | 353.72º | 0.38% | 0.56% | - |
| HSV(B) | 353.72º | 0.46% | 0.73% | - |
| XYZ | 27.18 | 20.32 | 16.68 | - |
| YUV | 125.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 108 | 0 | 0.46 | 0.42 | 0.27 | 353.72 | 0.38 | 0.56 |
| Hex | B9 | 63 | 6C | 0 | 2E | 2A | 1B | 162 | 26 | 38 |
| Octal | 271 | 143 | 154 | 0 | 56 | 52 | 33 | 542 | 46 | 70 |
| Binary | 10111001 | 1100011 | 1101100 | 0 | 101110 | 101010 | 11011 | 101100010 | 100110 | 111000 |
Color Harmonies of #B9636C
Complementary color
Monochromatic Colors of #B9636C
Black with #B9636C
Text Example
Text Example
White with #B9636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9636C; }
p { color: rgb(185,99,108); }
H1.HeaderClassName
{
color: #B9636C;
}
.AnyTagClassName
{
color: #B9636C;
}
</style>
background-color css
<style>
a { background-color: #B9636C; }
a { background-color: rgb(185,99,108); }
div.DivClassName
{
background-color: #B9636C;
}
.BgClassName
{
background-color: #B9636C;
}
</style>
border-color css
<style>
span { border-color: #B9636C; }
span { border-color: rgb(185,99,108); }
td.TdClassName
{
border-color: #B9636C;
}
.TagClassName
{
border-color: #B9636C;
}
</style>