Shades of Blush #B46061
Tints of Blush #B46061
RGB
CMYK
RGB Variations
Color information
#B46061 (or 0xB46061) is known color: Blush. HEX triplet: B4, 60 and 61. RGB value is (180,96,97). Sum of RGB (Red+Green+Blue) = 180+96+97=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B46061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46061 is #4B9F9E. Grayscale: #797979. Windows color (decimal): -4956063 or 6381748. OLE color: 6381748.
HSL color Cylindrical-coordinate representation of color #B46061: hue angle of 359.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46061 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 96 | 97 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.29 |
| HSL | 359.29º | 0.36% | 0.54% | - |
| HSV(B) | 359.29º | 0.47% | 0.71% | - |
| XYZ | 25.16 | 18.93 | 13.64 | - |
| YUV | 121.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 96 | 97 | 0 | 0.47 | 0.46 | 0.29 | 359.29 | 0.36 | 0.54 |
| Hex | B4 | 60 | 61 | 0 | 2F | 2E | 1D | 167 | 24 | 36 |
| Octal | 264 | 140 | 141 | 0 | 57 | 56 | 35 | 547 | 44 | 66 |
| Binary | 10110100 | 1100000 | 1100001 | 0 | 101111 | 101110 | 11101 | 101100111 | 100100 | 110110 |
Color Harmonies of #B46061
Complementary color
Monochromatic Colors of #B46061
Black with #B46061
Text Example
Text Example
White with #B46061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46061; }
p { color: rgb(180,96,97); }
H1.HeaderClassName
{
color: #B46061;
}
.AnyTagClassName
{
color: #B46061;
}
</style>
background-color css
<style>
a { background-color: #B46061; }
a { background-color: rgb(180,96,97); }
div.DivClassName
{
background-color: #B46061;
}
.BgClassName
{
background-color: #B46061;
}
</style>
border-color css
<style>
span { border-color: #B46061; }
span { border-color: rgb(180,96,97); }
td.TdClassName
{
border-color: #B46061;
}
.TagClassName
{
border-color: #B46061;
}
</style>