Shades of Blush #B65963
Tints of Blush #B65963
RGB
CMYK
RGB Variations
Color information
#B65963 (or 0xB65963) is known color: Blush. HEX triplet: B6, 59 and 63. RGB value is (182,89,99). Sum of RGB (Red+Green+Blue) = 182+89+99=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B65963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65963 is #49A69C. Grayscale: #767676. Windows color (decimal): -4826781 or 6511030. OLE color: 6511030.
HSL color Cylindrical-coordinate representation of color #B65963: hue angle of 353.55º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65963 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 99 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.29 |
| HSL | 353.55º | 0.39% | 0.53% | - |
| HSV(B) | 353.55º | 0.51% | 0.71% | - |
| XYZ | 25.12 | 17.99 | 13.95 | - |
| YUV | 117.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 99 | 0 | 0.51 | 0.46 | 0.29 | 353.55 | 0.39 | 0.53 |
| Hex | B6 | 59 | 63 | 0 | 33 | 2E | 1D | 162 | 27 | 35 |
| Octal | 266 | 131 | 143 | 0 | 63 | 56 | 35 | 542 | 47 | 65 |
| Binary | 10110110 | 1011001 | 1100011 | 0 | 110011 | 101110 | 11101 | 101100010 | 100111 | 110101 |
Color Harmonies of #B65963
Complementary color
Monochromatic Colors of #B65963
Black with #B65963
Text Example
Text Example
White with #B65963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65963; }
p { color: rgb(182,89,99); }
H1.HeaderClassName
{
color: #B65963;
}
.AnyTagClassName
{
color: #B65963;
}
</style>
background-color css
<style>
a { background-color: #B65963; }
a { background-color: rgb(182,89,99); }
div.DivClassName
{
background-color: #B65963;
}
.BgClassName
{
background-color: #B65963;
}
</style>
border-color css
<style>
span { border-color: #B65963; }
span { border-color: rgb(182,89,99); }
td.TdClassName
{
border-color: #B65963;
}
.TagClassName
{
border-color: #B65963;
}
</style>