Shades of Blush #B9526B
Tints of Blush #B9526B
RGB
CMYK
RGB Variations
Color information
#B9526B (or 0xB9526B) is known color: Blush. HEX triplet: B9, 52 and 6B. RGB value is (185,82,107). Sum of RGB (Red+Green+Blue) = 185+82+107=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9526B is #46AD94. Grayscale: #737373. Windows color (decimal): -4631957 or 7033529. OLE color: 7033529.
HSL color Cylindrical-coordinate representation of color #B9526B: hue angle of 345.44º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9526B is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 107 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.27 |
| HSL | 345.44º | 0.42% | 0.52% | - |
| HSV(B) | 345.44º | 0.56% | 0.73% | - |
| XYZ | 25.68 | 17.41 | 15.92 | - |
| YUV | 115.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 107 | 0 | 0.56 | 0.42 | 0.27 | 345.44 | 0.42 | 0.52 |
| Hex | B9 | 52 | 6B | 0 | 38 | 2A | 1B | 159 | 2A | 34 |
| Octal | 271 | 122 | 153 | 0 | 70 | 52 | 33 | 531 | 52 | 64 |
| Binary | 10111001 | 1010010 | 1101011 | 0 | 111000 | 101010 | 11011 | 101011001 | 101010 | 110100 |
Color Harmonies of #B9526B
Complementary color
Monochromatic Colors of #B9526B
Black with #B9526B
Text Example
Text Example
White with #B9526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9526B; }
p { color: rgb(185,82,107); }
H1.HeaderClassName
{
color: #B9526B;
}
.AnyTagClassName
{
color: #B9526B;
}
</style>
background-color css
<style>
a { background-color: #B9526B; }
a { background-color: rgb(185,82,107); }
div.DivClassName
{
background-color: #B9526B;
}
.BgClassName
{
background-color: #B9526B;
}
</style>
border-color css
<style>
span { border-color: #B9526B; }
span { border-color: rgb(185,82,107); }
td.TdClassName
{
border-color: #B9526B;
}
.TagClassName
{
border-color: #B9526B;
}
</style>