Shades of Blush #B45C5E
Tints of Blush #B45C5E
RGB
CMYK
RGB Variations
Color information
#B45C5E (or 0xB45C5E) is known color: Blush. HEX triplet: B4, 5C and 5E. RGB value is (180,92,94). Sum of RGB (Red+Green+Blue) = 180+92+94=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C5E is #4BA3A1. Grayscale: #767676. Windows color (decimal): -4957090 or 6184116. OLE color: 6184116.
HSL color Cylindrical-coordinate representation of color #B45C5E: hue angle of 358.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45C5E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 94 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.29 |
| HSL | 358.64º | 0.37% | 0.53% | - |
| HSV(B) | 358.64º | 0.49% | 0.71% | - |
| XYZ | 24.67 | 18.17 | 12.8 | - |
| YUV | 118.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 94 | 0 | 0.49 | 0.48 | 0.29 | 358.64 | 0.37 | 0.53 |
| Hex | B4 | 5C | 5E | 0 | 31 | 30 | 1D | 167 | 25 | 35 |
| Octal | 264 | 134 | 136 | 0 | 61 | 60 | 35 | 547 | 45 | 65 |
| Binary | 10110100 | 1011100 | 1011110 | 0 | 110001 | 110000 | 11101 | 101100111 | 100101 | 110101 |
Color Harmonies of #B45C5E
Complementary color
Monochromatic Colors of #B45C5E
Black with #B45C5E
Text Example
Text Example
White with #B45C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C5E; }
p { color: rgb(180,92,94); }
H1.HeaderClassName
{
color: #B45C5E;
}
.AnyTagClassName
{
color: #B45C5E;
}
</style>
background-color css
<style>
a { background-color: #B45C5E; }
a { background-color: rgb(180,92,94); }
div.DivClassName
{
background-color: #B45C5E;
}
.BgClassName
{
background-color: #B45C5E;
}
</style>
border-color css
<style>
span { border-color: #B45C5E; }
span { border-color: rgb(180,92,94); }
td.TdClassName
{
border-color: #B45C5E;
}
.TagClassName
{
border-color: #B45C5E;
}
</style>