Shades of Blush #B94C6B
Tints of Blush #B94C6B
RGB
CMYK
RGB Variations
Color information
#B94C6B (or 0xB94C6B) is known color: Blush. HEX triplet: B9, 4C and 6B. RGB value is (185,76,107). Sum of RGB (Red+Green+Blue) = 185+76+107=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C6B is #46B394. Grayscale: #707070. Windows color (decimal): -4633493 or 7031993. OLE color: 7031993.
HSL color Cylindrical-coordinate representation of color #B94C6B: hue angle of 342.94º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94C6B is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 107 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.27 |
| HSL | 342.94º | 0.44% | 0.51% | - |
| HSV(B) | 342.94º | 0.59% | 0.73% | - |
| XYZ | 25.25 | 16.54 | 15.77 | - |
| YUV | 112.13 | 125.11 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 107 | 0 | 0.59 | 0.42 | 0.27 | 342.94 | 0.44 | 0.51 |
| Hex | B9 | 4C | 6B | 0 | 3B | 2A | 1B | 157 | 2C | 33 |
| Octal | 271 | 114 | 153 | 0 | 73 | 52 | 33 | 527 | 54 | 63 |
| Binary | 10111001 | 1001100 | 1101011 | 0 | 111011 | 101010 | 11011 | 101010111 | 101100 | 110011 |
Color Harmonies of #B94C6B
Complementary color
Monochromatic Colors of #B94C6B
Black with #B94C6B
Text Example
Text Example
White with #B94C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C6B; }
p { color: rgb(185,76,107); }
H1.HeaderClassName
{
color: #B94C6B;
}
.AnyTagClassName
{
color: #B94C6B;
}
</style>
background-color css
<style>
a { background-color: #B94C6B; }
a { background-color: rgb(185,76,107); }
div.DivClassName
{
background-color: #B94C6B;
}
.BgClassName
{
background-color: #B94C6B;
}
</style>
border-color css
<style>
span { border-color: #B94C6B; }
span { border-color: rgb(185,76,107); }
td.TdClassName
{
border-color: #B94C6B;
}
.TagClassName
{
border-color: #B94C6B;
}
</style>