Shades of Blush #B3616D
Tints of Blush #B3616D
RGB
CMYK
RGB Variations
Color information
#B3616D (or 0xB3616D) is known color: Blush. HEX triplet: B3, 61 and 6D. RGB value is (179,97,109). Sum of RGB (Red+Green+Blue) = 179+97+109=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3616D is #4C9E92. Grayscale: #7A7A7A. Windows color (decimal): -5021331 or 7168435. OLE color: 7168435.
HSL color Cylindrical-coordinate representation of color #B3616D: hue angle of 351.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3616D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 109 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.30 |
| HSL | 351.22º | 0.35% | 0.54% | - |
| HSV(B) | 351.22º | 0.46% | 0.7% | - |
| XYZ | 25.63 | 19.24 | 16.83 | - |
| YUV | 122.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 109 | 0 | 0.46 | 0.39 | 0.30 | 351.22 | 0.35 | 0.54 |
| Hex | B3 | 61 | 6D | 0 | 2E | 27 | 1E | 15F | 23 | 36 |
| Octal | 263 | 141 | 155 | 0 | 56 | 47 | 36 | 537 | 43 | 66 |
| Binary | 10110011 | 1100001 | 1101101 | 0 | 101110 | 100111 | 11110 | 101011111 | 100011 | 110110 |
Color Harmonies of #B3616D
Complementary color
Monochromatic Colors of #B3616D
Black with #B3616D
Text Example
Text Example
White with #B3616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3616D; }
p { color: rgb(179,97,109); }
H1.HeaderClassName
{
color: #B3616D;
}
.AnyTagClassName
{
color: #B3616D;
}
</style>
background-color css
<style>
a { background-color: #B3616D; }
a { background-color: rgb(179,97,109); }
div.DivClassName
{
background-color: #B3616D;
}
.BgClassName
{
background-color: #B3616D;
}
</style>
border-color css
<style>
span { border-color: #B3616D; }
span { border-color: rgb(179,97,109); }
td.TdClassName
{
border-color: #B3616D;
}
.TagClassName
{
border-color: #B3616D;
}
</style>