Shades of Blush #B94366
Tints of Blush #B94366
RGB
CMYK
RGB Variations
Color information
#B94366 (or 0xB94366) is known color: Blush. HEX triplet: B9, 43 and 66. RGB value is (185,67,102). Sum of RGB (Red+Green+Blue) = 185+67+102=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B94366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94366 is #46BC99. Grayscale: #6A6A6A. Windows color (decimal): -4635802 or 6702009. OLE color: 6702009.
HSL color Cylindrical-coordinate representation of color #B94366: hue angle of 342.2º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94366 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 102 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.27 |
| HSL | 342.2º | 0.47% | 0.49% | - |
| HSV(B) | 342.2º | 0.64% | 0.73% | - |
| XYZ | 24.41 | 15.29 | 14.23 | - |
| YUV | 106.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 102 | 0 | 0.64 | 0.45 | 0.27 | 342.2 | 0.47 | 0.49 |
| Hex | B9 | 43 | 66 | 0 | 40 | 2D | 1B | 156 | 2F | 31 |
| Octal | 271 | 103 | 146 | 0 | 100 | 55 | 33 | 526 | 57 | 61 |
| Binary | 10111001 | 1000011 | 1100110 | 0 | 1000000 | 101101 | 11011 | 101010110 | 101111 | 110001 |
Color Harmonies of #B94366
Complementary color
Monochromatic Colors of #B94366
Black with #B94366
Text Example
Text Example
White with #B94366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94366; }
p { color: rgb(185,67,102); }
H1.HeaderClassName
{
color: #B94366;
}
.AnyTagClassName
{
color: #B94366;
}
</style>
background-color css
<style>
a { background-color: #B94366; }
a { background-color: rgb(185,67,102); }
div.DivClassName
{
background-color: #B94366;
}
.BgClassName
{
background-color: #B94366;
}
</style>
border-color css
<style>
span { border-color: #B94366; }
span { border-color: rgb(185,67,102); }
td.TdClassName
{
border-color: #B94366;
}
.TagClassName
{
border-color: #B94366;
}
</style>