Shades of Brandy Rose #B9826C
Tints of Brandy Rose #B9826C
RGB
CMYK
RGB Variations
Color information
#B9826C (or 0xB9826C) is known color: Brandy Rose. HEX triplet: B9, 82 and 6C. RGB value is (185,130,108). Sum of RGB (Red+Green+Blue) = 185+130+108=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9826C is #467D93. Grayscale: #909090. Windows color (decimal): -4619668 or 7111353. OLE color: 7111353.
HSL color Cylindrical-coordinate representation of color #B9826C: hue angle of 17.14º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9826C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 108 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.27 |
| HSL | 17.14º | 0.35% | 0.57% | - |
| HSV(B) | 17.14º | 0.42% | 0.73% | - |
| XYZ | 30.7 | 27.36 | 17.85 | - |
| YUV | 143.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 108 | 0 | 0.30 | 0.42 | 0.27 | 17.14 | 0.35 | 0.57 |
| Hex | B9 | 82 | 6C | 0 | 1E | 2A | 1B | 11 | 23 | 39 |
| Octal | 271 | 202 | 154 | 0 | 36 | 52 | 33 | 21 | 43 | 71 |
| Binary | 10111001 | 10000010 | 1101100 | 0 | 11110 | 101010 | 11011 | 10001 | 100011 | 111001 |
Color Harmonies of #B9826C
Complementary color
Monochromatic Colors of #B9826C
Black with #B9826C
Text Example
Text Example
White with #B9826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9826C; }
p { color: rgb(185,130,108); }
H1.HeaderClassName
{
color: #B9826C;
}
.AnyTagClassName
{
color: #B9826C;
}
</style>
background-color css
<style>
a { background-color: #B9826C; }
a { background-color: rgb(185,130,108); }
div.DivClassName
{
background-color: #B9826C;
}
.BgClassName
{
background-color: #B9826C;
}
</style>
border-color css
<style>
span { border-color: #B9826C; }
span { border-color: rgb(185,130,108); }
td.TdClassName
{
border-color: #B9826C;
}
.TagClassName
{
border-color: #B9826C;
}
</style>