Shades of Blush #B94E68
Tints of Blush #B94E68
RGB
CMYK
RGB Variations
Color information
#B94E68 (or 0xB94E68) is known color: Blush. HEX triplet: B9, 4E and 68. RGB value is (185,78,104). Sum of RGB (Red+Green+Blue) = 185+78+104=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94E68 is #46B197. Grayscale: #707070. Windows color (decimal): -4632984 or 6835897. OLE color: 6835897.
HSL color Cylindrical-coordinate representation of color #B94E68: hue angle of 345.42º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94E68 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 104 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.27 |
| HSL | 345.42º | 0.43% | 0.52% | - |
| HSV(B) | 345.42º | 0.58% | 0.73% | - |
| XYZ | 25.23 | 16.76 | 15 | - |
| YUV | 112.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 104 | 0 | 0.58 | 0.44 | 0.27 | 345.42 | 0.43 | 0.52 |
| Hex | B9 | 4E | 68 | 0 | 3A | 2C | 1B | 159 | 2B | 34 |
| Octal | 271 | 116 | 150 | 0 | 72 | 54 | 33 | 531 | 53 | 64 |
| Binary | 10111001 | 1001110 | 1101000 | 0 | 111010 | 101100 | 11011 | 101011001 | 101011 | 110100 |
Color Harmonies of #B94E68
Complementary color
Monochromatic Colors of #B94E68
Black with #B94E68
Text Example
Text Example
White with #B94E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E68; }
p { color: rgb(185,78,104); }
H1.HeaderClassName
{
color: #B94E68;
}
.AnyTagClassName
{
color: #B94E68;
}
</style>
background-color css
<style>
a { background-color: #B94E68; }
a { background-color: rgb(185,78,104); }
div.DivClassName
{
background-color: #B94E68;
}
.BgClassName
{
background-color: #B94E68;
}
</style>
border-color css
<style>
span { border-color: #B94E68; }
span { border-color: rgb(185,78,104); }
td.TdClassName
{
border-color: #B94E68;
}
.TagClassName
{
border-color: #B94E68;
}
</style>