Shades of Blush #B4516D
Tints of Blush #B4516D
RGB
CMYK
RGB Variations
Color information
#B4516D (or 0xB4516D) is known color: Blush. HEX triplet: B4, 51 and 6D. RGB value is (180,81,109). Sum of RGB (Red+Green+Blue) = 180+81+109=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4516D is #4BAE92. Grayscale: #717171. Windows color (decimal): -4959891 or 7164340. OLE color: 7164340.
HSL color Cylindrical-coordinate representation of color #B4516D: hue angle of 343.03º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4516D is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 109 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.29 |
| HSL | 343.03º | 0.4% | 0.51% | - |
| HSV(B) | 343.03º | 0.55% | 0.71% | - |
| XYZ | 24.53 | 16.69 | 16.4 | - |
| YUV | 113.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 109 | 0 | 0.55 | 0.39 | 0.29 | 343.03 | 0.4 | 0.51 |
| Hex | B4 | 51 | 6D | 0 | 37 | 27 | 1D | 157 | 28 | 33 |
| Octal | 264 | 121 | 155 | 0 | 67 | 47 | 35 | 527 | 50 | 63 |
| Binary | 10110100 | 1010001 | 1101101 | 0 | 110111 | 100111 | 11101 | 101010111 | 101000 | 110011 |
Color Harmonies of #B4516D
Complementary color
Monochromatic Colors of #B4516D
Black with #B4516D
Text Example
Text Example
White with #B4516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4516D; }
p { color: rgb(180,81,109); }
H1.HeaderClassName
{
color: #B4516D;
}
.AnyTagClassName
{
color: #B4516D;
}
</style>
background-color css
<style>
a { background-color: #B4516D; }
a { background-color: rgb(180,81,109); }
div.DivClassName
{
background-color: #B4516D;
}
.BgClassName
{
background-color: #B4516D;
}
</style>
border-color css
<style>
span { border-color: #B4516D; }
span { border-color: rgb(180,81,109); }
td.TdClassName
{
border-color: #B4516D;
}
.TagClassName
{
border-color: #B4516D;
}
</style>