Shades of Brandy Rose #BA857F
Tints of Brandy Rose #BA857F
RGB
CMYK
RGB Variations
Color information
#BA857F (or 0xBA857F) is known color: Brandy Rose. HEX triplet: BA, 85 and 7F. RGB value is (186,133,127). Sum of RGB (Red+Green+Blue) = 186+133+127=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA857F is #457A80. Grayscale: #949494. Windows color (decimal): -4553345 or 8357306. OLE color: 8357306.
HSL color Cylindrical-coordinate representation of color #BA857F: hue angle of 6.1º 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 #BA857F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 127 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.27 |
| HSL | 6.1º | 0.3% | 0.61% | - |
| HSV(B) | 6.1º | 0.32% | 0.73% | - |
| XYZ | 32.47 | 28.75 | 23.92 | - |
| YUV | 148.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 127 | 0 | 0.28 | 0.32 | 0.27 | 6.1 | 0.3 | 0.61 |
| Hex | BA | 85 | 7F | 0 | 1C | 20 | 1B | 6 | 1E | 3D |
| Octal | 272 | 205 | 177 | 0 | 34 | 40 | 33 | 6 | 36 | 75 |
| Binary | 10111010 | 10000101 | 1111111 | 0 | 11100 | 100000 | 11011 | 110 | 11110 | 111101 |
Color Harmonies of #BA857F
Complementary color
Monochromatic Colors of #BA857F
Black with #BA857F
Text Example
Text Example
White with #BA857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA857F; }
p { color: rgb(186,133,127); }
H1.HeaderClassName
{
color: #BA857F;
}
.AnyTagClassName
{
color: #BA857F;
}
</style>
background-color css
<style>
a { background-color: #BA857F; }
a { background-color: rgb(186,133,127); }
div.DivClassName
{
background-color: #BA857F;
}
.BgClassName
{
background-color: #BA857F;
}
</style>
border-color css
<style>
span { border-color: #BA857F; }
span { border-color: rgb(186,133,127); }
td.TdClassName
{
border-color: #BA857F;
}
.TagClassName
{
border-color: #BA857F;
}
</style>