Shades of Brandy Rose #B9827A
Tints of Brandy Rose #B9827A
RGB
CMYK
RGB Variations
Color information
#B9827A (or 0xB9827A) is known color: Brandy Rose. HEX triplet: B9, 82 and 7A. RGB value is (185,130,122). Sum of RGB (Red+Green+Blue) = 185+130+122=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9827A is #467D85. Grayscale: #919191. Windows color (decimal): -4619654 or 8028857. OLE color: 8028857.
HSL color Cylindrical-coordinate representation of color #B9827A: hue angle of 7.62º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9827A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 122 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.27 |
| HSL | 7.62º | 0.31% | 0.6% | - |
| HSV(B) | 7.62º | 0.34% | 0.73% | - |
| XYZ | 31.5 | 27.68 | 22.1 | - |
| YUV | 145.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 122 | 0 | 0.30 | 0.34 | 0.27 | 7.62 | 0.31 | 0.6 |
| Hex | B9 | 82 | 7A | 0 | 1E | 22 | 1B | 8 | 1F | 3C |
| Octal | 271 | 202 | 172 | 0 | 36 | 42 | 33 | 10 | 37 | 74 |
| Binary | 10111001 | 10000010 | 1111010 | 0 | 11110 | 100010 | 11011 | 1000 | 11111 | 111100 |
Color Harmonies of #B9827A
Complementary color
Monochromatic Colors of #B9827A
Black with #B9827A
Text Example
Text Example
White with #B9827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9827A; }
p { color: rgb(185,130,122); }
H1.HeaderClassName
{
color: #B9827A;
}
.AnyTagClassName
{
color: #B9827A;
}
</style>
background-color css
<style>
a { background-color: #B9827A; }
a { background-color: rgb(185,130,122); }
div.DivClassName
{
background-color: #B9827A;
}
.BgClassName
{
background-color: #B9827A;
}
</style>
border-color css
<style>
span { border-color: #B9827A; }
span { border-color: rgb(185,130,122); }
td.TdClassName
{
border-color: #B9827A;
}
.TagClassName
{
border-color: #B9827A;
}
</style>