Shades of Brandy Rose #BA8269
Tints of Brandy Rose #BA8269
RGB
CMYK
RGB Variations
Color information
#BA8269 (or 0xBA8269) is known color: Brandy Rose. HEX triplet: BA, 82 and 69. RGB value is (186,130,105). Sum of RGB (Red+Green+Blue) = 186+130+105=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8269 is #457D96. Grayscale: #909090. Windows color (decimal): -4554135 or 6914746. OLE color: 6914746.
HSL color Cylindrical-coordinate representation of color #BA8269: hue angle of 18.52º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8269 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 105 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.27 |
| HSL | 18.52º | 0.37% | 0.57% | - |
| HSV(B) | 18.52º | 0.44% | 0.73% | - |
| XYZ | 30.78 | 27.42 | 17.04 | - |
| YUV | 143.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 105 | 0 | 0.30 | 0.44 | 0.27 | 18.52 | 0.37 | 0.57 |
| Hex | BA | 82 | 69 | 0 | 1E | 2C | 1B | 13 | 25 | 39 |
| Octal | 272 | 202 | 151 | 0 | 36 | 54 | 33 | 23 | 45 | 71 |
| Binary | 10111010 | 10000010 | 1101001 | 0 | 11110 | 101100 | 11011 | 10011 | 100101 | 111001 |
Color Harmonies of #BA8269
Complementary color
Monochromatic Colors of #BA8269
Black with #BA8269
Text Example
Text Example
White with #BA8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8269; }
p { color: rgb(186,130,105); }
H1.HeaderClassName
{
color: #BA8269;
}
.AnyTagClassName
{
color: #BA8269;
}
</style>
background-color css
<style>
a { background-color: #BA8269; }
a { background-color: rgb(186,130,105); }
div.DivClassName
{
background-color: #BA8269;
}
.BgClassName
{
background-color: #BA8269;
}
</style>
border-color css
<style>
span { border-color: #BA8269; }
span { border-color: rgb(186,130,105); }
td.TdClassName
{
border-color: #BA8269;
}
.TagClassName
{
border-color: #BA8269;
}
</style>