Shades of Blush #B94C6C
Tints of Blush #B94C6C
RGB
CMYK
RGB Variations
Color information
#B94C6C (or 0xB94C6C) is known color: Blush. HEX triplet: B9, 4C and 6C. RGB value is (185,76,108). Sum of RGB (Red+Green+Blue) = 185+76+108=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C6C is #46B393. Grayscale: #707070. Windows color (decimal): -4633492 or 7097529. OLE color: 7097529.
HSL color Cylindrical-coordinate representation of color #B94C6C: hue angle of 342.39º 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 #B94C6C is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 108 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.27 |
| HSL | 342.39º | 0.44% | 0.51% | - |
| HSV(B) | 342.39º | 0.59% | 0.73% | - |
| XYZ | 25.3 | 16.57 | 16.05 | - |
| YUV | 112.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 108 | 0 | 0.59 | 0.42 | 0.27 | 342.39 | 0.44 | 0.51 |
| Hex | B9 | 4C | 6C | 0 | 3B | 2A | 1B | 156 | 2C | 33 |
| Octal | 271 | 114 | 154 | 0 | 73 | 52 | 33 | 526 | 54 | 63 |
| Binary | 10111001 | 1001100 | 1101100 | 0 | 111011 | 101010 | 11011 | 101010110 | 101100 | 110011 |
Color Harmonies of #B94C6C
Complementary color
Monochromatic Colors of #B94C6C
Black with #B94C6C
Text Example
Text Example
White with #B94C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C6C; }
p { color: rgb(185,76,108); }
H1.HeaderClassName
{
color: #B94C6C;
}
.AnyTagClassName
{
color: #B94C6C;
}
</style>
background-color css
<style>
a { background-color: #B94C6C; }
a { background-color: rgb(185,76,108); }
div.DivClassName
{
background-color: #B94C6C;
}
.BgClassName
{
background-color: #B94C6C;
}
</style>
border-color css
<style>
span { border-color: #B94C6C; }
span { border-color: rgb(185,76,108); }
td.TdClassName
{
border-color: #B94C6C;
}
.TagClassName
{
border-color: #B94C6C;
}
</style>