Shades of Blush #B9535D
Tints of Blush #B9535D
RGB
CMYK
RGB Variations
Color information
#B9535D (or 0xB9535D) is known color: Blush. HEX triplet: B9, 53 and 5D. RGB value is (185,83,93). Sum of RGB (Red+Green+Blue) = 185+83+93=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9535D is #46ACA2. Grayscale: #727272. Windows color (decimal): -4631715 or 6116281. OLE color: 6116281.
HSL color Cylindrical-coordinate representation of color #B9535D: hue angle of 354.12º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9535D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 93 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.27 |
| HSL | 354.12º | 0.42% | 0.53% | - |
| HSV(B) | 354.12º | 0.55% | 0.73% | - |
| XYZ | 25.08 | 17.29 | 12.37 | - |
| YUV | 114.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 93 | 0 | 0.55 | 0.50 | 0.27 | 354.12 | 0.42 | 0.53 |
| Hex | B9 | 53 | 5D | 0 | 37 | 32 | 1B | 162 | 2A | 35 |
| Octal | 271 | 123 | 135 | 0 | 67 | 62 | 33 | 542 | 52 | 65 |
| Binary | 10111001 | 1010011 | 1011101 | 0 | 110111 | 110010 | 11011 | 101100010 | 101010 | 110101 |
Color Harmonies of #B9535D
Complementary color
Monochromatic Colors of #B9535D
Black with #B9535D
Text Example
Text Example
White with #B9535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9535D; }
p { color: rgb(185,83,93); }
H1.HeaderClassName
{
color: #B9535D;
}
.AnyTagClassName
{
color: #B9535D;
}
</style>
background-color css
<style>
a { background-color: #B9535D; }
a { background-color: rgb(185,83,93); }
div.DivClassName
{
background-color: #B9535D;
}
.BgClassName
{
background-color: #B9535D;
}
</style>
border-color css
<style>
span { border-color: #B9535D; }
span { border-color: rgb(185,83,93); }
td.TdClassName
{
border-color: #B9535D;
}
.TagClassName
{
border-color: #B9535D;
}
</style>