Shades of Blush #B4516C
Tints of Blush #B4516C
RGB
CMYK
RGB Variations
Color information
#B4516C (or 0xB4516C) is known color: Blush. HEX triplet: B4, 51 and 6C. RGB value is (180,81,108). Sum of RGB (Red+Green+Blue) = 180+81+108=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4516C is #4BAE93. Grayscale: #717171. Windows color (decimal): -4959892 or 7098804. OLE color: 7098804.
HSL color Cylindrical-coordinate representation of color #B4516C: hue angle of 343.64º 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 #B4516C is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 108 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.29 |
| HSL | 343.64º | 0.4% | 0.51% | - |
| HSV(B) | 343.64º | 0.55% | 0.71% | - |
| XYZ | 24.47 | 16.67 | 16.12 | - |
| YUV | 113.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 108 | 0 | 0.55 | 0.40 | 0.29 | 343.64 | 0.4 | 0.51 |
| Hex | B4 | 51 | 6C | 0 | 37 | 28 | 1D | 158 | 28 | 33 |
| Octal | 264 | 121 | 154 | 0 | 67 | 50 | 35 | 530 | 50 | 63 |
| Binary | 10110100 | 1010001 | 1101100 | 0 | 110111 | 101000 | 11101 | 101011000 | 101000 | 110011 |
Color Harmonies of #B4516C
Complementary color
Monochromatic Colors of #B4516C
Black with #B4516C
Text Example
Text Example
White with #B4516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4516C; }
p { color: rgb(180,81,108); }
H1.HeaderClassName
{
color: #B4516C;
}
.AnyTagClassName
{
color: #B4516C;
}
</style>
background-color css
<style>
a { background-color: #B4516C; }
a { background-color: rgb(180,81,108); }
div.DivClassName
{
background-color: #B4516C;
}
.BgClassName
{
background-color: #B4516C;
}
</style>
border-color css
<style>
span { border-color: #B4516C; }
span { border-color: rgb(180,81,108); }
td.TdClassName
{
border-color: #B4516C;
}
.TagClassName
{
border-color: #B4516C;
}
</style>