Shades of Blush #B04E66
Tints of Blush #B04E66
RGB
CMYK
RGB Variations
Color information
#B04E66 (or 0xB04E66) is known color: Blush. HEX triplet: B0, 4E and 66. RGB value is (176,78,102). Sum of RGB (Red+Green+Blue) = 176+78+102=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E66 is #4FB199. Grayscale: #6E6E6E. Windows color (decimal): -5222810 or 6704816. OLE color: 6704816.
HSL color Cylindrical-coordinate representation of color #B04E66: hue angle of 345.31º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04E66 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 102 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.31 |
| HSL | 345.31º | 0.39% | 0.5% | - |
| HSV(B) | 345.31º | 0.56% | 0.69% | - |
| XYZ | 23.03 | 15.64 | 14.38 | - |
| YUV | 110.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 102 | 0 | 0.56 | 0.42 | 0.31 | 345.31 | 0.39 | 0.5 |
| Hex | B0 | 4E | 66 | 0 | 38 | 2A | 1F | 159 | 27 | 32 |
| Octal | 260 | 116 | 146 | 0 | 70 | 52 | 37 | 531 | 47 | 62 |
| Binary | 10110000 | 1001110 | 1100110 | 0 | 111000 | 101010 | 11111 | 101011001 | 100111 | 110010 |
Color Harmonies of #B04E66
Complementary color
Monochromatic Colors of #B04E66
Black with #B04E66
Text Example
Text Example
White with #B04E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E66; }
p { color: rgb(176,78,102); }
H1.HeaderClassName
{
color: #B04E66;
}
.AnyTagClassName
{
color: #B04E66;
}
</style>
background-color css
<style>
a { background-color: #B04E66; }
a { background-color: rgb(176,78,102); }
div.DivClassName
{
background-color: #B04E66;
}
.BgClassName
{
background-color: #B04E66;
}
</style>
border-color css
<style>
span { border-color: #B04E66; }
span { border-color: rgb(176,78,102); }
td.TdClassName
{
border-color: #B04E66;
}
.TagClassName
{
border-color: #B04E66;
}
</style>