Shades of Brandy Rose #BA8F7E
Tints of Brandy Rose #BA8F7E
RGB
CMYK
RGB Variations
Color information
#BA8F7E (or 0xBA8F7E) is known color: Brandy Rose. HEX triplet: BA, 8F and 7E. RGB value is (186,143,126). Sum of RGB (Red+Green+Blue) = 186+143+126=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F7E is #457081. Grayscale: #9A9A9A. Windows color (decimal): -4550786 or 8294330. OLE color: 8294330.
HSL color Cylindrical-coordinate representation of color #BA8F7E: hue angle of 17º 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 #BA8F7E is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 126 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.27 |
| HSL | 17º | 0.3% | 0.61% | - |
| HSV(B) | 17º | 0.32% | 0.73% | - |
| XYZ | 33.84 | 31.59 | 24.05 | - |
| YUV | 153.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 126 | 0 | 0.23 | 0.32 | 0.27 | 17 | 0.3 | 0.61 |
| Hex | BA | 8F | 7E | 0 | 17 | 20 | 1B | 11 | 1E | 3D |
| Octal | 272 | 217 | 176 | 0 | 27 | 40 | 33 | 21 | 36 | 75 |
| Binary | 10111010 | 10001111 | 1111110 | 0 | 10111 | 100000 | 11011 | 10001 | 11110 | 111101 |
Color Harmonies of #BA8F7E
Complementary color
Monochromatic Colors of #BA8F7E
Black with #BA8F7E
Text Example
Text Example
White with #BA8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F7E; }
p { color: rgb(186,143,126); }
H1.HeaderClassName
{
color: #BA8F7E;
}
.AnyTagClassName
{
color: #BA8F7E;
}
</style>
background-color css
<style>
a { background-color: #BA8F7E; }
a { background-color: rgb(186,143,126); }
div.DivClassName
{
background-color: #BA8F7E;
}
.BgClassName
{
background-color: #BA8F7E;
}
</style>
border-color css
<style>
span { border-color: #BA8F7E; }
span { border-color: rgb(186,143,126); }
td.TdClassName
{
border-color: #BA8F7E;
}
.TagClassName
{
border-color: #BA8F7E;
}
</style>