Shades of Blush #B04D66
Tints of Blush #B04D66
RGB
CMYK
RGB Variations
Color information
#B04D66 (or 0xB04D66) is known color: Blush. HEX triplet: B0, 4D and 66. RGB value is (176,77,102). Sum of RGB (Red+Green+Blue) = 176+77+102=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D66 is #4FB299. Grayscale: #6D6D6D. Windows color (decimal): -5223066 or 6704560. OLE color: 6704560.
HSL color Cylindrical-coordinate representation of color #B04D66: hue angle of 344.85º 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 #B04D66 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 102 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.31 |
| HSL | 344.85º | 0.39% | 0.5% | - |
| HSV(B) | 344.85º | 0.56% | 0.69% | - |
| XYZ | 22.96 | 15.5 | 14.35 | - |
| YUV | 109.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 102 | 0 | 0.56 | 0.42 | 0.31 | 344.85 | 0.39 | 0.5 |
| Hex | B0 | 4D | 66 | 0 | 38 | 2A | 1F | 159 | 27 | 32 |
| Octal | 260 | 115 | 146 | 0 | 70 | 52 | 37 | 531 | 47 | 62 |
| Binary | 10110000 | 1001101 | 1100110 | 0 | 111000 | 101010 | 11111 | 101011001 | 100111 | 110010 |
Color Harmonies of #B04D66
Complementary color
Monochromatic Colors of #B04D66
Black with #B04D66
Text Example
Text Example
White with #B04D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D66; }
p { color: rgb(176,77,102); }
H1.HeaderClassName
{
color: #B04D66;
}
.AnyTagClassName
{
color: #B04D66;
}
</style>
background-color css
<style>
a { background-color: #B04D66; }
a { background-color: rgb(176,77,102); }
div.DivClassName
{
background-color: #B04D66;
}
.BgClassName
{
background-color: #B04D66;
}
</style>
border-color css
<style>
span { border-color: #B04D66; }
span { border-color: rgb(176,77,102); }
td.TdClassName
{
border-color: #B04D66;
}
.TagClassName
{
border-color: #B04D66;
}
</style>