Shades of Brandy Rose #BA806B
Tints of Brandy Rose #BA806B
RGB
CMYK
RGB Variations
Color information
#BA806B (or 0xBA806B) is known color: Brandy Rose. HEX triplet: BA, 80 and 6B. RGB value is (186,128,107). Sum of RGB (Red+Green+Blue) = 186+128+107=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA806B is #457F94. Grayscale: #8F8F8F. Windows color (decimal): -4554645 or 7045306. OLE color: 7045306.
HSL color Cylindrical-coordinate representation of color #BA806B: hue angle of 15.95º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA806B is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 107 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.27 |
| HSL | 15.95º | 0.36% | 0.57% | - |
| HSV(B) | 15.95º | 0.42% | 0.73% | - |
| XYZ | 30.62 | 26.94 | 17.5 | - |
| YUV | 142.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 107 | 0 | 0.31 | 0.42 | 0.27 | 15.95 | 0.36 | 0.57 |
| Hex | BA | 80 | 6B | 0 | 1F | 2A | 1B | 10 | 24 | 39 |
| Octal | 272 | 200 | 153 | 0 | 37 | 52 | 33 | 20 | 44 | 71 |
| Binary | 10111010 | 10000000 | 1101011 | 0 | 11111 | 101010 | 11011 | 10000 | 100100 | 111001 |
Color Harmonies of #BA806B
Complementary color
Monochromatic Colors of #BA806B
Black with #BA806B
Text Example
Text Example
White with #BA806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA806B; }
p { color: rgb(186,128,107); }
H1.HeaderClassName
{
color: #BA806B;
}
.AnyTagClassName
{
color: #BA806B;
}
</style>
background-color css
<style>
a { background-color: #BA806B; }
a { background-color: rgb(186,128,107); }
div.DivClassName
{
background-color: #BA806B;
}
.BgClassName
{
background-color: #BA806B;
}
</style>
border-color css
<style>
span { border-color: #BA806B; }
span { border-color: rgb(186,128,107); }
td.TdClassName
{
border-color: #BA806B;
}
.TagClassName
{
border-color: #BA806B;
}
</style>