Shades of Brandy Rose #BA8A7B
Tints of Brandy Rose #BA8A7B
RGB
CMYK
RGB Variations
Color information
#BA8A7B (or 0xBA8A7B) is known color: Brandy Rose. HEX triplet: BA, 8A and 7B. RGB value is (186,138,123). Sum of RGB (Red+Green+Blue) = 186+138+123=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A7B is #457584. Grayscale: #969696. Windows color (decimal): -4552069 or 8096442. OLE color: 8096442.
HSL color Cylindrical-coordinate representation of color #BA8A7B: hue angle of 14.29º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA8A7B is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 123 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.27 |
| HSL | 14.29º | 0.31% | 0.61% | - |
| HSV(B) | 14.29º | 0.34% | 0.73% | - |
| XYZ | 32.91 | 30.05 | 22.8 | - |
| YUV | 150.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 123 | 0 | 0.26 | 0.34 | 0.27 | 14.29 | 0.31 | 0.61 |
| Hex | BA | 8A | 7B | 0 | 1A | 22 | 1B | E | 1F | 3D |
| Octal | 272 | 212 | 173 | 0 | 32 | 42 | 33 | 16 | 37 | 75 |
| Binary | 10111010 | 10001010 | 1111011 | 0 | 11010 | 100010 | 11011 | 1110 | 11111 | 111101 |
Color Harmonies of #BA8A7B
Complementary color
Monochromatic Colors of #BA8A7B
Black with #BA8A7B
Text Example
Text Example
White with #BA8A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A7B; }
p { color: rgb(186,138,123); }
H1.HeaderClassName
{
color: #BA8A7B;
}
.AnyTagClassName
{
color: #BA8A7B;
}
</style>
background-color css
<style>
a { background-color: #BA8A7B; }
a { background-color: rgb(186,138,123); }
div.DivClassName
{
background-color: #BA8A7B;
}
.BgClassName
{
background-color: #BA8A7B;
}
</style>
border-color css
<style>
span { border-color: #BA8A7B; }
span { border-color: rgb(186,138,123); }
td.TdClassName
{
border-color: #BA8A7B;
}
.TagClassName
{
border-color: #BA8A7B;
}
</style>