Shades of Blush #B6595A
Tints of Blush #B6595A
RGB
CMYK
RGB Variations
Color information
#B6595A (or 0xB6595A) is known color: Blush. HEX triplet: B6, 59 and 5A. RGB value is (182,89,90). Sum of RGB (Red+Green+Blue) = 182+89+90=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6595A is #49A6A5. Grayscale: #757575. Windows color (decimal): -4826790 or 5921206. OLE color: 5921206.
HSL color Cylindrical-coordinate representation of color #B6595A: hue angle of 359.35º 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 #B6595A is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 90 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.29 |
| HSL | 359.35º | 0.39% | 0.53% | - |
| HSV(B) | 359.35º | 0.51% | 0.71% | - |
| XYZ | 24.71 | 17.83 | 11.81 | - |
| YUV | 116.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 90 | 0 | 0.51 | 0.51 | 0.29 | 359.35 | 0.39 | 0.53 |
| Hex | B6 | 59 | 5A | 0 | 33 | 33 | 1D | 167 | 27 | 35 |
| Octal | 266 | 131 | 132 | 0 | 63 | 63 | 35 | 547 | 47 | 65 |
| Binary | 10110110 | 1011001 | 1011010 | 0 | 110011 | 110011 | 11101 | 101100111 | 100111 | 110101 |
Color Harmonies of #B6595A
Complementary color
Monochromatic Colors of #B6595A
Black with #B6595A
Text Example
Text Example
White with #B6595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6595A; }
p { color: rgb(182,89,90); }
H1.HeaderClassName
{
color: #B6595A;
}
.AnyTagClassName
{
color: #B6595A;
}
</style>
background-color css
<style>
a { background-color: #B6595A; }
a { background-color: rgb(182,89,90); }
div.DivClassName
{
background-color: #B6595A;
}
.BgClassName
{
background-color: #B6595A;
}
</style>
border-color css
<style>
span { border-color: #B6595A; }
span { border-color: rgb(182,89,90); }
td.TdClassName
{
border-color: #B6595A;
}
.TagClassName
{
border-color: #B6595A;
}
</style>