Shades of Brandy Rose #BA867E
Tints of Brandy Rose #BA867E
RGB
CMYK
RGB Variations
Color information
#BA867E (or 0xBA867E) is known color: Brandy Rose. HEX triplet: BA, 86 and 7E. RGB value is (186,134,126). Sum of RGB (Red+Green+Blue) = 186+134+126=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA867E is #457981. Grayscale: #949494. Windows color (decimal): -4553090 or 8292026. OLE color: 8292026.
HSL color Cylindrical-coordinate representation of color #BA867E: hue angle of 8º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA867E is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 126 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.27 |
| HSL | 8º | 0.3% | 0.61% | - |
| HSV(B) | 8º | 0.32% | 0.73% | - |
| XYZ | 32.54 | 29 | 23.62 | - |
| YUV | 148.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 126 | 0 | 0.28 | 0.32 | 0.27 | 8 | 0.3 | 0.61 |
| Hex | BA | 86 | 7E | 0 | 1C | 20 | 1B | 8 | 1E | 3D |
| Octal | 272 | 206 | 176 | 0 | 34 | 40 | 33 | 10 | 36 | 75 |
| Binary | 10111010 | 10000110 | 1111110 | 0 | 11100 | 100000 | 11011 | 1000 | 11110 | 111101 |
Color Harmonies of #BA867E
Complementary color
Monochromatic Colors of #BA867E
Black with #BA867E
Text Example
Text Example
White with #BA867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA867E; }
p { color: rgb(186,134,126); }
H1.HeaderClassName
{
color: #BA867E;
}
.AnyTagClassName
{
color: #BA867E;
}
</style>
background-color css
<style>
a { background-color: #BA867E; }
a { background-color: rgb(186,134,126); }
div.DivClassName
{
background-color: #BA867E;
}
.BgClassName
{
background-color: #BA867E;
}
</style>
border-color css
<style>
span { border-color: #BA867E; }
span { border-color: rgb(186,134,126); }
td.TdClassName
{
border-color: #BA867E;
}
.TagClassName
{
border-color: #BA867E;
}
</style>