Shades of Blush #B94D6B
Tints of Blush #B94D6B
RGB
CMYK
RGB Variations
Color information
#B94D6B (or 0xB94D6B) is known color: Blush. HEX triplet: B9, 4D and 6B. RGB value is (185,77,107). Sum of RGB (Red+Green+Blue) = 185+77+107=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D6B is #46B294. Grayscale: #707070. Windows color (decimal): -4633237 or 7032249. OLE color: 7032249.
HSL color Cylindrical-coordinate representation of color #B94D6B: hue angle of 343.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D6B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 107 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.27 |
| HSL | 343.33º | 0.44% | 0.51% | - |
| HSV(B) | 343.33º | 0.58% | 0.73% | - |
| XYZ | 25.32 | 16.68 | 15.8 | - |
| YUV | 112.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 107 | 0 | 0.58 | 0.42 | 0.27 | 343.33 | 0.44 | 0.51 |
| Hex | B9 | 4D | 6B | 0 | 3A | 2A | 1B | 157 | 2C | 33 |
| Octal | 271 | 115 | 153 | 0 | 72 | 52 | 33 | 527 | 54 | 63 |
| Binary | 10111001 | 1001101 | 1101011 | 0 | 111010 | 101010 | 11011 | 101010111 | 101100 | 110011 |
Color Harmonies of #B94D6B
Complementary color
Monochromatic Colors of #B94D6B
Black with #B94D6B
Text Example
Text Example
White with #B94D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D6B; }
p { color: rgb(185,77,107); }
H1.HeaderClassName
{
color: #B94D6B;
}
.AnyTagClassName
{
color: #B94D6B;
}
</style>
background-color css
<style>
a { background-color: #B94D6B; }
a { background-color: rgb(185,77,107); }
div.DivClassName
{
background-color: #B94D6B;
}
.BgClassName
{
background-color: #B94D6B;
}
</style>
border-color css
<style>
span { border-color: #B94D6B; }
span { border-color: rgb(185,77,107); }
td.TdClassName
{
border-color: #B94D6B;
}
.TagClassName
{
border-color: #B94D6B;
}
</style>