Shades of Blush #B05D74
Tints of Blush #B05D74
RGB
CMYK
RGB Variations
Color information
#B05D74 (or 0xB05D74) is known color: Blush. HEX triplet: B0, 5D and 74. RGB value is (176,93,116). Sum of RGB (Red+Green+Blue) = 176+93+116=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D74 is #4FA28B. Grayscale: #787878. Windows color (decimal): -5218956 or 7626160. OLE color: 7626160.
HSL color Cylindrical-coordinate representation of color #B05D74: hue angle of 343.37º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05D74 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 116 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.31 |
| HSL | 343.37º | 0.34% | 0.53% | - |
| HSV(B) | 343.37º | 0.47% | 0.69% | - |
| XYZ | 24.97 | 18.32 | 18.74 | - |
| YUV | 120.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 116 | 0 | 0.47 | 0.34 | 0.31 | 343.37 | 0.34 | 0.53 |
| Hex | B0 | 5D | 74 | 0 | 2F | 22 | 1F | 157 | 22 | 35 |
| Octal | 260 | 135 | 164 | 0 | 57 | 42 | 37 | 527 | 42 | 65 |
| Binary | 10110000 | 1011101 | 1110100 | 0 | 101111 | 100010 | 11111 | 101010111 | 100010 | 110101 |
Color Harmonies of #B05D74
Complementary color
Monochromatic Colors of #B05D74
Black with #B05D74
Text Example
Text Example
White with #B05D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D74; }
p { color: rgb(176,93,116); }
H1.HeaderClassName
{
color: #B05D74;
}
.AnyTagClassName
{
color: #B05D74;
}
</style>
background-color css
<style>
a { background-color: #B05D74; }
a { background-color: rgb(176,93,116); }
div.DivClassName
{
background-color: #B05D74;
}
.BgClassName
{
background-color: #B05D74;
}
</style>
border-color css
<style>
span { border-color: #B05D74; }
span { border-color: rgb(176,93,116); }
td.TdClassName
{
border-color: #B05D74;
}
.TagClassName
{
border-color: #B05D74;
}
</style>