Shades of Brandy Rose #BA8A7C
Tints of Brandy Rose #BA8A7C
RGB
CMYK
RGB Variations
Color information
#BA8A7C (or 0xBA8A7C) is known color: Brandy Rose. HEX triplet: BA, 8A and 7C. RGB value is (186,138,124). Sum of RGB (Red+Green+Blue) = 186+138+124=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A7C is #457583. Grayscale: #969696. Windows color (decimal): -4552068 or 8161978. OLE color: 8161978.
HSL color Cylindrical-coordinate representation of color #BA8A7C: hue angle of 13.55º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA8A7C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 124 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.27 |
| HSL | 13.55º | 0.31% | 0.61% | - |
| HSV(B) | 13.55º | 0.33% | 0.73% | - |
| XYZ | 32.98 | 30.07 | 23.14 | - |
| YUV | 150.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 124 | 0 | 0.26 | 0.33 | 0.27 | 13.55 | 0.31 | 0.61 |
| Hex | BA | 8A | 7C | 0 | 1A | 21 | 1B | E | 1F | 3D |
| Octal | 272 | 212 | 174 | 0 | 32 | 41 | 33 | 16 | 37 | 75 |
| Binary | 10111010 | 10001010 | 1111100 | 0 | 11010 | 100001 | 11011 | 1110 | 11111 | 111101 |
Color Harmonies of #BA8A7C
Complementary color
Monochromatic Colors of #BA8A7C
Black with #BA8A7C
Text Example
Text Example
White with #BA8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A7C; }
p { color: rgb(186,138,124); }
H1.HeaderClassName
{
color: #BA8A7C;
}
.AnyTagClassName
{
color: #BA8A7C;
}
</style>
background-color css
<style>
a { background-color: #BA8A7C; }
a { background-color: rgb(186,138,124); }
div.DivClassName
{
background-color: #BA8A7C;
}
.BgClassName
{
background-color: #BA8A7C;
}
</style>
border-color css
<style>
span { border-color: #BA8A7C; }
span { border-color: rgb(186,138,124); }
td.TdClassName
{
border-color: #BA8A7C;
}
.TagClassName
{
border-color: #BA8A7C;
}
</style>