Shades of Blush #B94D68
Tints of Blush #B94D68
RGB
CMYK
RGB Variations
Color information
#B94D68 (or 0xB94D68) is known color: Blush. HEX triplet: B9, 4D and 68. RGB value is (185,77,104). Sum of RGB (Red+Green+Blue) = 185+77+104=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D68 is #46B297. Grayscale: #707070. Windows color (decimal): -4633240 or 6835641. OLE color: 6835641.
HSL color Cylindrical-coordinate representation of color #B94D68: hue angle of 345º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D68 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 104 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.27 |
| HSL | 345º | 0.44% | 0.51% | - |
| HSV(B) | 345º | 0.58% | 0.73% | - |
| XYZ | 25.16 | 16.62 | 14.98 | - |
| YUV | 112.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 104 | 0 | 0.58 | 0.44 | 0.27 | 345 | 0.44 | 0.51 |
| Hex | B9 | 4D | 68 | 0 | 3A | 2C | 1B | 159 | 2C | 33 |
| Octal | 271 | 115 | 150 | 0 | 72 | 54 | 33 | 531 | 54 | 63 |
| Binary | 10111001 | 1001101 | 1101000 | 0 | 111010 | 101100 | 11011 | 101011001 | 101100 | 110011 |
Color Harmonies of #B94D68
Complementary color
Monochromatic Colors of #B94D68
Black with #B94D68
Text Example
Text Example
White with #B94D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D68; }
p { color: rgb(185,77,104); }
H1.HeaderClassName
{
color: #B94D68;
}
.AnyTagClassName
{
color: #B94D68;
}
</style>
background-color css
<style>
a { background-color: #B94D68; }
a { background-color: rgb(185,77,104); }
div.DivClassName
{
background-color: #B94D68;
}
.BgClassName
{
background-color: #B94D68;
}
</style>
border-color css
<style>
span { border-color: #B94D68; }
span { border-color: rgb(185,77,104); }
td.TdClassName
{
border-color: #B94D68;
}
.TagClassName
{
border-color: #B94D68;
}
</style>