Shades of Blush #B4505E
Tints of Blush #B4505E
RGB
CMYK
RGB Variations
Color information
#B4505E (or 0xB4505E) is known color: Blush. HEX triplet: B4, 50 and 5E. RGB value is (180,80,94). Sum of RGB (Red+Green+Blue) = 180+80+94=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4505E is #4BAFA1. Grayscale: #6F6F6F. Windows color (decimal): -4960162 or 6181044. OLE color: 6181044.
HSL color Cylindrical-coordinate representation of color #B4505E: hue angle of 351.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4505E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 94 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.29 |
| HSL | 351.6º | 0.4% | 0.51% | - |
| HSV(B) | 351.6º | 0.56% | 0.71% | - |
| XYZ | 23.71 | 16.25 | 12.48 | - |
| YUV | 111.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 94 | 0 | 0.56 | 0.48 | 0.29 | 351.6 | 0.4 | 0.51 |
| Hex | B4 | 50 | 5E | 0 | 38 | 30 | 1D | 160 | 28 | 33 |
| Octal | 264 | 120 | 136 | 0 | 70 | 60 | 35 | 540 | 50 | 63 |
| Binary | 10110100 | 1010000 | 1011110 | 0 | 111000 | 110000 | 11101 | 101100000 | 101000 | 110011 |
Color Harmonies of #B4505E
Complementary color
Monochromatic Colors of #B4505E
Black with #B4505E
Text Example
Text Example
White with #B4505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4505E; }
p { color: rgb(180,80,94); }
H1.HeaderClassName
{
color: #B4505E;
}
.AnyTagClassName
{
color: #B4505E;
}
</style>
background-color css
<style>
a { background-color: #B4505E; }
a { background-color: rgb(180,80,94); }
div.DivClassName
{
background-color: #B4505E;
}
.BgClassName
{
background-color: #B4505E;
}
</style>
border-color css
<style>
span { border-color: #B4505E; }
span { border-color: rgb(180,80,94); }
td.TdClassName
{
border-color: #B4505E;
}
.TagClassName
{
border-color: #B4505E;
}
</style>