Shades of Blush #B94565
Tints of Blush #B94565
RGB
CMYK
RGB Variations
Color information
#B94565 (or 0xB94565) is known color: Blush. HEX triplet: B9, 45 and 65. RGB value is (185,69,101). Sum of RGB (Red+Green+Blue) = 185+69+101=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B94565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94565 is #46BA9A. Grayscale: #6B6B6B. Windows color (decimal): -4635291 or 6636985. OLE color: 6636985.
HSL color Cylindrical-coordinate representation of color #B94565: hue angle of 343.45º 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 #B94565 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 101 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.27 |
| HSL | 343.45º | 0.46% | 0.5% | - |
| HSV(B) | 343.45º | 0.63% | 0.73% | - |
| XYZ | 24.48 | 15.51 | 14.02 | - |
| YUV | 107.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 101 | 0 | 0.63 | 0.45 | 0.27 | 343.45 | 0.46 | 0.5 |
| Hex | B9 | 45 | 65 | 0 | 3F | 2D | 1B | 157 | 2E | 32 |
| Octal | 271 | 105 | 145 | 0 | 77 | 55 | 33 | 527 | 56 | 62 |
| Binary | 10111001 | 1000101 | 1100101 | 0 | 111111 | 101101 | 11011 | 101010111 | 101110 | 110010 |
Color Harmonies of #B94565
Complementary color
Monochromatic Colors of #B94565
Black with #B94565
Text Example
Text Example
White with #B94565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94565; }
p { color: rgb(185,69,101); }
H1.HeaderClassName
{
color: #B94565;
}
.AnyTagClassName
{
color: #B94565;
}
</style>
background-color css
<style>
a { background-color: #B94565; }
a { background-color: rgb(185,69,101); }
div.DivClassName
{
background-color: #B94565;
}
.BgClassName
{
background-color: #B94565;
}
</style>
border-color css
<style>
span { border-color: #B94565; }
span { border-color: rgb(185,69,101); }
td.TdClassName
{
border-color: #B94565;
}
.TagClassName
{
border-color: #B94565;
}
</style>