Shades of Blush #B9486A
Tints of Blush #B9486A
RGB
CMYK
RGB Variations
Color information
#B9486A (or 0xB9486A) is known color: Blush. HEX triplet: B9, 48 and 6A. RGB value is (185,72,106). Sum of RGB (Red+Green+Blue) = 185+72+106=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9486A is #46B795. Grayscale: #6D6D6D. Windows color (decimal): -4634518 or 6965433. OLE color: 6965433.
HSL color Cylindrical-coordinate representation of color #B9486A: hue angle of 341.95º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9486A is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 106 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.27 |
| HSL | 341.95º | 0.45% | 0.5% | - |
| HSV(B) | 341.95º | 0.61% | 0.73% | - |
| XYZ | 24.93 | 15.99 | 15.41 | - |
| YUV | 109.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 106 | 0 | 0.61 | 0.43 | 0.27 | 341.95 | 0.45 | 0.5 |
| Hex | B9 | 48 | 6A | 0 | 3D | 2B | 1B | 156 | 2D | 32 |
| Octal | 271 | 110 | 152 | 0 | 75 | 53 | 33 | 526 | 55 | 62 |
| Binary | 10111001 | 1001000 | 1101010 | 0 | 111101 | 101011 | 11011 | 101010110 | 101101 | 110010 |
Color Harmonies of #B9486A
Complementary color
Monochromatic Colors of #B9486A
Black with #B9486A
Text Example
Text Example
White with #B9486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9486A; }
p { color: rgb(185,72,106); }
H1.HeaderClassName
{
color: #B9486A;
}
.AnyTagClassName
{
color: #B9486A;
}
</style>
background-color css
<style>
a { background-color: #B9486A; }
a { background-color: rgb(185,72,106); }
div.DivClassName
{
background-color: #B9486A;
}
.BgClassName
{
background-color: #B9486A;
}
</style>
border-color css
<style>
span { border-color: #B9486A; }
span { border-color: rgb(185,72,106); }
td.TdClassName
{
border-color: #B9486A;
}
.TagClassName
{
border-color: #B9486A;
}
</style>