Shades of Brandy Rose #BA8A6E
Tints of Brandy Rose #BA8A6E
RGB
CMYK
RGB Variations
Color information
#BA8A6E (or 0xBA8A6E) is known color: Brandy Rose. HEX triplet: BA, 8A and 6E. RGB value is (186,138,110). Sum of RGB (Red+Green+Blue) = 186+138+110=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A6E is #457591. Grayscale: #959595. Windows color (decimal): -4552082 or 7244474. OLE color: 7244474.
HSL color Cylindrical-coordinate representation of color #BA8A6E: hue angle of 22.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8A6E is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 110 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.27 |
| HSL | 22.11º | 0.36% | 0.58% | - |
| HSV(B) | 22.11º | 0.41% | 0.73% | - |
| XYZ | 32.15 | 29.74 | 18.8 | - |
| YUV | 149.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 110 | 0 | 0.26 | 0.41 | 0.27 | 22.11 | 0.36 | 0.58 |
| Hex | BA | 8A | 6E | 0 | 1A | 29 | 1B | 16 | 24 | 3A |
| Octal | 272 | 212 | 156 | 0 | 32 | 51 | 33 | 26 | 44 | 72 |
| Binary | 10111010 | 10001010 | 1101110 | 0 | 11010 | 101001 | 11011 | 10110 | 100100 | 111010 |
Color Harmonies of #BA8A6E
Complementary color
Monochromatic Colors of #BA8A6E
Black with #BA8A6E
Text Example
Text Example
White with #BA8A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A6E; }
p { color: rgb(186,138,110); }
H1.HeaderClassName
{
color: #BA8A6E;
}
.AnyTagClassName
{
color: #BA8A6E;
}
</style>
background-color css
<style>
a { background-color: #BA8A6E; }
a { background-color: rgb(186,138,110); }
div.DivClassName
{
background-color: #BA8A6E;
}
.BgClassName
{
background-color: #BA8A6E;
}
</style>
border-color css
<style>
span { border-color: #BA8A6E; }
span { border-color: rgb(186,138,110); }
td.TdClassName
{
border-color: #BA8A6E;
}
.TagClassName
{
border-color: #BA8A6E;
}
</style>