Shades of Brandy Rose #BA8271
Tints of Brandy Rose #BA8271
RGB
CMYK
RGB Variations
Color information
#BA8271 (or 0xBA8271) is known color: Brandy Rose. HEX triplet: BA, 82 and 71. RGB value is (186,130,113). Sum of RGB (Red+Green+Blue) = 186+130+113=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8271 is #457D8E. Grayscale: #909090. Windows color (decimal): -4554127 or 7439034. OLE color: 7439034.
HSL color Cylindrical-coordinate representation of color #BA8271: hue angle of 13.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8271 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 113 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.27 |
| HSL | 13.97º | 0.35% | 0.59% | - |
| HSV(B) | 13.97º | 0.39% | 0.73% | - |
| XYZ | 31.21 | 27.6 | 19.3 | - |
| YUV | 144.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 113 | 0 | 0.30 | 0.39 | 0.27 | 13.97 | 0.35 | 0.59 |
| Hex | BA | 82 | 71 | 0 | 1E | 27 | 1B | E | 23 | 3B |
| Octal | 272 | 202 | 161 | 0 | 36 | 47 | 33 | 16 | 43 | 73 |
| Binary | 10111010 | 10000010 | 1110001 | 0 | 11110 | 100111 | 11011 | 1110 | 100011 | 111011 |
Color Harmonies of #BA8271
Complementary color
Monochromatic Colors of #BA8271
Black with #BA8271
Text Example
Text Example
White with #BA8271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8271; }
p { color: rgb(186,130,113); }
H1.HeaderClassName
{
color: #BA8271;
}
.AnyTagClassName
{
color: #BA8271;
}
</style>
background-color css
<style>
a { background-color: #BA8271; }
a { background-color: rgb(186,130,113); }
div.DivClassName
{
background-color: #BA8271;
}
.BgClassName
{
background-color: #BA8271;
}
</style>
border-color css
<style>
span { border-color: #BA8271; }
span { border-color: rgb(186,130,113); }
td.TdClassName
{
border-color: #BA8271;
}
.TagClassName
{
border-color: #BA8271;
}
</style>