Shades of Brandy Rose #BA857E
Tints of Brandy Rose #BA857E
RGB
CMYK
RGB Variations
Color information
#BA857E (or 0xBA857E) is known color: Brandy Rose. HEX triplet: BA, 85 and 7E. RGB value is (186,133,126). Sum of RGB (Red+Green+Blue) = 186+133+126=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA857E is #457A81. Grayscale: #949494. Windows color (decimal): -4553346 or 8291770. OLE color: 8291770.
HSL color Cylindrical-coordinate representation of color #BA857E: hue angle of 7º 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 #BA857E is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 126 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.27 |
| HSL | 7º | 0.3% | 0.61% | - |
| HSV(B) | 7º | 0.32% | 0.73% | - |
| XYZ | 32.4 | 28.72 | 23.57 | - |
| YUV | 148.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 126 | 0 | 0.28 | 0.32 | 0.27 | 7 | 0.3 | 0.61 |
| Hex | BA | 85 | 7E | 0 | 1C | 20 | 1B | 7 | 1E | 3D |
| Octal | 272 | 205 | 176 | 0 | 34 | 40 | 33 | 7 | 36 | 75 |
| Binary | 10111010 | 10000101 | 1111110 | 0 | 11100 | 100000 | 11011 | 111 | 11110 | 111101 |
Color Harmonies of #BA857E
Complementary color
Monochromatic Colors of #BA857E
Black with #BA857E
Text Example
Text Example
White with #BA857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA857E; }
p { color: rgb(186,133,126); }
H1.HeaderClassName
{
color: #BA857E;
}
.AnyTagClassName
{
color: #BA857E;
}
</style>
background-color css
<style>
a { background-color: #BA857E; }
a { background-color: rgb(186,133,126); }
div.DivClassName
{
background-color: #BA857E;
}
.BgClassName
{
background-color: #BA857E;
}
</style>
border-color css
<style>
span { border-color: #BA857E; }
span { border-color: rgb(186,133,126); }
td.TdClassName
{
border-color: #BA857E;
}
.TagClassName
{
border-color: #BA857E;
}
</style>