Shades of Blush #B94568
Tints of Blush #B94568
RGB
CMYK
RGB Variations
Color information
#B94568 (or 0xB94568) is known color: Blush. HEX triplet: B9, 45 and 68. RGB value is (185,69,104). Sum of RGB (Red+Green+Blue) = 185+69+104=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B94568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94568 is #46BA97. Grayscale: #6B6B6B. Windows color (decimal): -4635288 or 6833593. OLE color: 6833593.
HSL color Cylindrical-coordinate representation of color #B94568: hue angle of 341.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94568 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 104 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.27 |
| HSL | 341.9º | 0.46% | 0.5% | - |
| HSV(B) | 341.9º | 0.63% | 0.73% | - |
| XYZ | 24.63 | 15.57 | 14.8 | - |
| YUV | 107.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 104 | 0 | 0.63 | 0.44 | 0.27 | 341.9 | 0.46 | 0.5 |
| Hex | B9 | 45 | 68 | 0 | 3F | 2C | 1B | 156 | 2E | 32 |
| Octal | 271 | 105 | 150 | 0 | 77 | 54 | 33 | 526 | 56 | 62 |
| Binary | 10111001 | 1000101 | 1101000 | 0 | 111111 | 101100 | 11011 | 101010110 | 101110 | 110010 |
Color Harmonies of #B94568
Complementary color
Monochromatic Colors of #B94568
Black with #B94568
Text Example
Text Example
White with #B94568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94568; }
p { color: rgb(185,69,104); }
H1.HeaderClassName
{
color: #B94568;
}
.AnyTagClassName
{
color: #B94568;
}
</style>
background-color css
<style>
a { background-color: #B94568; }
a { background-color: rgb(185,69,104); }
div.DivClassName
{
background-color: #B94568;
}
.BgClassName
{
background-color: #B94568;
}
</style>
border-color css
<style>
span { border-color: #B94568; }
span { border-color: rgb(185,69,104); }
td.TdClassName
{
border-color: #B94568;
}
.TagClassName
{
border-color: #B94568;
}
</style>