Shades of Brandy Rose #BA8A7A
Tints of Brandy Rose #BA8A7A
RGB
CMYK
RGB Variations
Color information
#BA8A7A (or 0xBA8A7A) is known color: Brandy Rose. HEX triplet: BA, 8A and 7A. RGB value is (186,138,122). Sum of RGB (Red+Green+Blue) = 186+138+122=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A7A is #457585. Grayscale: #969696. Windows color (decimal): -4552070 or 8030906. OLE color: 8030906.
HSL color Cylindrical-coordinate representation of color #BA8A7A: hue angle of 15º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA8A7A is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 122 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.27 |
| HSL | 15º | 0.32% | 0.6% | - |
| HSV(B) | 15º | 0.34% | 0.73% | - |
| XYZ | 32.85 | 30.02 | 22.48 | - |
| YUV | 150.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 122 | 0 | 0.26 | 0.34 | 0.27 | 15 | 0.32 | 0.6 |
| Hex | BA | 8A | 7A | 0 | 1A | 22 | 1B | F | 20 | 3C |
| Octal | 272 | 212 | 172 | 0 | 32 | 42 | 33 | 17 | 40 | 74 |
| Binary | 10111010 | 10001010 | 1111010 | 0 | 11010 | 100010 | 11011 | 1111 | 100000 | 111100 |
Color Harmonies of #BA8A7A
Complementary color
Monochromatic Colors of #BA8A7A
Black with #BA8A7A
Text Example
Text Example
White with #BA8A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A7A; }
p { color: rgb(186,138,122); }
H1.HeaderClassName
{
color: #BA8A7A;
}
.AnyTagClassName
{
color: #BA8A7A;
}
</style>
background-color css
<style>
a { background-color: #BA8A7A; }
a { background-color: rgb(186,138,122); }
div.DivClassName
{
background-color: #BA8A7A;
}
.BgClassName
{
background-color: #BA8A7A;
}
</style>
border-color css
<style>
span { border-color: #BA8A7A; }
span { border-color: rgb(186,138,122); }
td.TdClassName
{
border-color: #BA8A7A;
}
.TagClassName
{
border-color: #BA8A7A;
}
</style>