Shades of Blush #B3516B
Tints of Blush #B3516B
RGB
CMYK
RGB Variations
Color information
#B3516B (or 0xB3516B) is known color: Blush. HEX triplet: B3, 51 and 6B. RGB value is (179,81,107). Sum of RGB (Red+Green+Blue) = 179+81+107=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3516B is #4CAE94. Grayscale: #717171. Windows color (decimal): -5025429 or 7033267. OLE color: 7033267.
HSL color Cylindrical-coordinate representation of color #B3516B: hue angle of 344.08º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3516B is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 81 | 107 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.30 |
| HSL | 344.08º | 0.39% | 0.51% | - |
| HSV(B) | 344.08º | 0.55% | 0.7% | - |
| XYZ | 24.19 | 16.53 | 15.83 | - |
| YUV | 113.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 107 | 0 | 0.55 | 0.40 | 0.30 | 344.08 | 0.39 | 0.51 |
| Hex | B3 | 51 | 6B | 0 | 37 | 28 | 1E | 158 | 27 | 33 |
| Octal | 263 | 121 | 153 | 0 | 67 | 50 | 36 | 530 | 47 | 63 |
| Binary | 10110011 | 1010001 | 1101011 | 0 | 110111 | 101000 | 11110 | 101011000 | 100111 | 110011 |
Color Harmonies of #B3516B
Complementary color
Monochromatic Colors of #B3516B
Black with #B3516B
Text Example
Text Example
White with #B3516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3516B; }
p { color: rgb(179,81,107); }
H1.HeaderClassName
{
color: #B3516B;
}
.AnyTagClassName
{
color: #B3516B;
}
</style>
background-color css
<style>
a { background-color: #B3516B; }
a { background-color: rgb(179,81,107); }
div.DivClassName
{
background-color: #B3516B;
}
.BgClassName
{
background-color: #B3516B;
}
</style>
border-color css
<style>
span { border-color: #B3516B; }
span { border-color: rgb(179,81,107); }
td.TdClassName
{
border-color: #B3516B;
}
.TagClassName
{
border-color: #B3516B;
}
</style>