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