Shades of Blush #B04D6B
Tints of Blush #B04D6B
RGB
CMYK
RGB Variations
Color information
#B04D6B (or 0xB04D6B) is known color: Blush. HEX triplet: B0, 4D and 6B. RGB value is (176,77,107). Sum of RGB (Red+Green+Blue) = 176+77+107=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D6B is #4FB294. Grayscale: #6D6D6D. Windows color (decimal): -5223061 or 7032240. OLE color: 7032240.
HSL color Cylindrical-coordinate representation of color #B04D6B: hue angle of 341.82º 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 #B04D6B is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 107 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.31 |
| HSL | 341.82º | 0.39% | 0.5% | - |
| HSV(B) | 341.82º | 0.56% | 0.69% | - |
| XYZ | 23.21 | 15.6 | 15.7 | - |
| YUV | 110.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 107 | 0 | 0.56 | 0.39 | 0.31 | 341.82 | 0.39 | 0.5 |
| Hex | B0 | 4D | 6B | 0 | 38 | 27 | 1F | 156 | 27 | 32 |
| Octal | 260 | 115 | 153 | 0 | 70 | 47 | 37 | 526 | 47 | 62 |
| Binary | 10110000 | 1001101 | 1101011 | 0 | 111000 | 100111 | 11111 | 101010110 | 100111 | 110010 |
Color Harmonies of #B04D6B
Complementary color
Monochromatic Colors of #B04D6B
Black with #B04D6B
Text Example
Text Example
White with #B04D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D6B; }
p { color: rgb(176,77,107); }
H1.HeaderClassName
{
color: #B04D6B;
}
.AnyTagClassName
{
color: #B04D6B;
}
</style>
background-color css
<style>
a { background-color: #B04D6B; }
a { background-color: rgb(176,77,107); }
div.DivClassName
{
background-color: #B04D6B;
}
.BgClassName
{
background-color: #B04D6B;
}
</style>
border-color css
<style>
span { border-color: #B04D6B; }
span { border-color: rgb(176,77,107); }
td.TdClassName
{
border-color: #B04D6B;
}
.TagClassName
{
border-color: #B04D6B;
}
</style>