Shades of Brandy Rose #BA806F
Tints of Brandy Rose #BA806F
RGB
CMYK
RGB Variations
Color information
#BA806F (or 0xBA806F) is known color: Brandy Rose. HEX triplet: BA, 80 and 6F. RGB value is (186,128,111). Sum of RGB (Red+Green+Blue) = 186+128+111=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA806F is #457F90. Grayscale: #8F8F8F. Windows color (decimal): -4554641 or 7307450. OLE color: 7307450.
HSL color Cylindrical-coordinate representation of color #BA806F: hue angle of 13.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA806F is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 111 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.27 |
| HSL | 13.6º | 0.35% | 0.58% | - |
| HSV(B) | 13.6º | 0.4% | 0.73% | - |
| XYZ | 30.84 | 27.03 | 18.63 | - |
| YUV | 143.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 111 | 0 | 0.31 | 0.40 | 0.27 | 13.6 | 0.35 | 0.58 |
| Hex | BA | 80 | 6F | 0 | 1F | 28 | 1B | E | 23 | 3A |
| Octal | 272 | 200 | 157 | 0 | 37 | 50 | 33 | 16 | 43 | 72 |
| Binary | 10111010 | 10000000 | 1101111 | 0 | 11111 | 101000 | 11011 | 1110 | 100011 | 111010 |
Color Harmonies of #BA806F
Complementary color
Monochromatic Colors of #BA806F
Black with #BA806F
Text Example
Text Example
White with #BA806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA806F; }
p { color: rgb(186,128,111); }
H1.HeaderClassName
{
color: #BA806F;
}
.AnyTagClassName
{
color: #BA806F;
}
</style>
background-color css
<style>
a { background-color: #BA806F; }
a { background-color: rgb(186,128,111); }
div.DivClassName
{
background-color: #BA806F;
}
.BgClassName
{
background-color: #BA806F;
}
</style>
border-color css
<style>
span { border-color: #BA806F; }
span { border-color: rgb(186,128,111); }
td.TdClassName
{
border-color: #BA806F;
}
.TagClassName
{
border-color: #BA806F;
}
</style>