Shades of Blush #B45C5D
Tints of Blush #B45C5D
RGB
CMYK
RGB Variations
Color information
#B45C5D (or 0xB45C5D) is known color: Blush. HEX triplet: B4, 5C and 5D. RGB value is (180,92,93). Sum of RGB (Red+Green+Blue) = 180+92+93=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C5D is #4BA3A2. Grayscale: #767676. Windows color (decimal): -4957091 or 6118580. OLE color: 6118580.
HSL color Cylindrical-coordinate representation of color #B45C5D: hue angle of 359.32º 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 #B45C5D is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 93 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.29 |
| HSL | 359.32º | 0.37% | 0.53% | - |
| HSV(B) | 359.32º | 0.49% | 0.71% | - |
| XYZ | 24.63 | 18.15 | 12.56 | - |
| YUV | 118.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 93 | 0 | 0.49 | 0.48 | 0.29 | 359.32 | 0.37 | 0.53 |
| Hex | B4 | 5C | 5D | 0 | 31 | 30 | 1D | 167 | 25 | 35 |
| Octal | 264 | 134 | 135 | 0 | 61 | 60 | 35 | 547 | 45 | 65 |
| Binary | 10110100 | 1011100 | 1011101 | 0 | 110001 | 110000 | 11101 | 101100111 | 100101 | 110101 |
Color Harmonies of #B45C5D
Complementary color
Monochromatic Colors of #B45C5D
Black with #B45C5D
Text Example
Text Example
White with #B45C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C5D; }
p { color: rgb(180,92,93); }
H1.HeaderClassName
{
color: #B45C5D;
}
.AnyTagClassName
{
color: #B45C5D;
}
</style>
background-color css
<style>
a { background-color: #B45C5D; }
a { background-color: rgb(180,92,93); }
div.DivClassName
{
background-color: #B45C5D;
}
.BgClassName
{
background-color: #B45C5D;
}
</style>
border-color css
<style>
span { border-color: #B45C5D; }
span { border-color: rgb(180,92,93); }
td.TdClassName
{
border-color: #B45C5D;
}
.TagClassName
{
border-color: #B45C5D;
}
</style>