Shades of Blush #B94668
Tints of Blush #B94668
RGB
CMYK
RGB Variations
Color information
#B94668 (or 0xB94668) is known color: Blush. HEX triplet: B9, 46 and 68. RGB value is (185,70,104). Sum of RGB (Red+Green+Blue) = 185+70+104=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B94668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94668 is #46B997. Grayscale: #6C6C6C. Windows color (decimal): -4635032 or 6833849. OLE color: 6833849.
HSL color Cylindrical-coordinate representation of color #B94668: hue angle of 342.26º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94668 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 104 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.27 |
| HSL | 342.26º | 0.45% | 0.5% | - |
| HSV(B) | 342.26º | 0.62% | 0.73% | - |
| XYZ | 24.7 | 15.69 | 14.82 | - |
| YUV | 108.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 104 | 0 | 0.62 | 0.44 | 0.27 | 342.26 | 0.45 | 0.5 |
| Hex | B9 | 46 | 68 | 0 | 3E | 2C | 1B | 156 | 2D | 32 |
| Octal | 271 | 106 | 150 | 0 | 76 | 54 | 33 | 526 | 55 | 62 |
| Binary | 10111001 | 1000110 | 1101000 | 0 | 111110 | 101100 | 11011 | 101010110 | 101101 | 110010 |
Color Harmonies of #B94668
Complementary color
Monochromatic Colors of #B94668
Black with #B94668
Text Example
Text Example
White with #B94668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94668; }
p { color: rgb(185,70,104); }
H1.HeaderClassName
{
color: #B94668;
}
.AnyTagClassName
{
color: #B94668;
}
</style>
background-color css
<style>
a { background-color: #B94668; }
a { background-color: rgb(185,70,104); }
div.DivClassName
{
background-color: #B94668;
}
.BgClassName
{
background-color: #B94668;
}
</style>
border-color css
<style>
span { border-color: #B94668; }
span { border-color: rgb(185,70,104); }
td.TdClassName
{
border-color: #B94668;
}
.TagClassName
{
border-color: #B94668;
}
</style>