Shades of Blush #B45D62
Tints of Blush #B45D62
RGB
CMYK
RGB Variations
Color information
#B45D62 (or 0xB45D62) is known color: Blush. HEX triplet: B4, 5D and 62. RGB value is (180,93,98). Sum of RGB (Red+Green+Blue) = 180+93+98=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D62 is #4BA29D. Grayscale: #777777. Windows color (decimal): -4956830 or 6446516. OLE color: 6446516.
HSL color Cylindrical-coordinate representation of color #B45D62: hue angle of 356.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45D62 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 98 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.29 |
| HSL | 356.55º | 0.37% | 0.54% | - |
| HSV(B) | 356.55º | 0.48% | 0.71% | - |
| XYZ | 24.94 | 18.41 | 13.79 | - |
| YUV | 119.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 98 | 0 | 0.48 | 0.46 | 0.29 | 356.55 | 0.37 | 0.54 |
| Hex | B4 | 5D | 62 | 0 | 30 | 2E | 1D | 165 | 25 | 36 |
| Octal | 264 | 135 | 142 | 0 | 60 | 56 | 35 | 545 | 45 | 66 |
| Binary | 10110100 | 1011101 | 1100010 | 0 | 110000 | 101110 | 11101 | 101100101 | 100101 | 110110 |
Color Harmonies of #B45D62
Complementary color
Monochromatic Colors of #B45D62
Black with #B45D62
Text Example
Text Example
White with #B45D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D62; }
p { color: rgb(180,93,98); }
H1.HeaderClassName
{
color: #B45D62;
}
.AnyTagClassName
{
color: #B45D62;
}
</style>
background-color css
<style>
a { background-color: #B45D62; }
a { background-color: rgb(180,93,98); }
div.DivClassName
{
background-color: #B45D62;
}
.BgClassName
{
background-color: #B45D62;
}
</style>
border-color css
<style>
span { border-color: #B45D62; }
span { border-color: rgb(180,93,98); }
td.TdClassName
{
border-color: #B45D62;
}
.TagClassName
{
border-color: #B45D62;
}
</style>