Shades of Blush #B94665
Tints of Blush #B94665
RGB
CMYK
RGB Variations
Color information
#B94665 (or 0xB94665) is known color: Blush. HEX triplet: B9, 46 and 65. RGB value is (185,70,101). Sum of RGB (Red+Green+Blue) = 185+70+101=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B94665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94665 is #46B99A. Grayscale: #6B6B6B. Windows color (decimal): -4635035 or 6637241. OLE color: 6637241.
HSL color Cylindrical-coordinate representation of color #B94665: hue angle of 343.83º 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 #B94665 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 101 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.27 |
| HSL | 343.83º | 0.45% | 0.5% | - |
| HSV(B) | 343.83º | 0.62% | 0.73% | - |
| XYZ | 24.55 | 15.63 | 14.04 | - |
| YUV | 107.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 101 | 0 | 0.62 | 0.45 | 0.27 | 343.83 | 0.45 | 0.5 |
| Hex | B9 | 46 | 65 | 0 | 3E | 2D | 1B | 158 | 2D | 32 |
| Octal | 271 | 106 | 145 | 0 | 76 | 55 | 33 | 530 | 55 | 62 |
| Binary | 10111001 | 1000110 | 1100101 | 0 | 111110 | 101101 | 11011 | 101011000 | 101101 | 110010 |
Color Harmonies of #B94665
Complementary color
Monochromatic Colors of #B94665
Black with #B94665
Text Example
Text Example
White with #B94665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94665; }
p { color: rgb(185,70,101); }
H1.HeaderClassName
{
color: #B94665;
}
.AnyTagClassName
{
color: #B94665;
}
</style>
background-color css
<style>
a { background-color: #B94665; }
a { background-color: rgb(185,70,101); }
div.DivClassName
{
background-color: #B94665;
}
.BgClassName
{
background-color: #B94665;
}
</style>
border-color css
<style>
span { border-color: #B94665; }
span { border-color: rgb(185,70,101); }
td.TdClassName
{
border-color: #B94665;
}
.TagClassName
{
border-color: #B94665;
}
</style>