Shades of Brandy Rose #BA7C6C
Tints of Brandy Rose #BA7C6C
RGB
CMYK
RGB Variations
Color information
#BA7C6C (or 0xBA7C6C) is known color: Brandy Rose. HEX triplet: BA, 7C and 6C. RGB value is (186,124,108). Sum of RGB (Red+Green+Blue) = 186+124+108=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C6C is #458393. Grayscale: #8C8C8C. Windows color (decimal): -4555668 or 7109818. OLE color: 7109818.
HSL color Cylindrical-coordinate representation of color #BA7C6C: hue angle of 12.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA7C6C is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 108 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.27 |
| HSL | 12.31º | 0.36% | 0.58% | - |
| HSV(B) | 12.31º | 0.42% | 0.73% | - |
| XYZ | 30.16 | 25.94 | 17.6 | - |
| YUV | 140.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 108 | 0 | 0.33 | 0.42 | 0.27 | 12.31 | 0.36 | 0.58 |
| Hex | BA | 7C | 6C | 0 | 21 | 2A | 1B | C | 24 | 3A |
| Octal | 272 | 174 | 154 | 0 | 41 | 52 | 33 | 14 | 44 | 72 |
| Binary | 10111010 | 1111100 | 1101100 | 0 | 100001 | 101010 | 11011 | 1100 | 100100 | 111010 |
Color Harmonies of #BA7C6C
Complementary color
Monochromatic Colors of #BA7C6C
Black with #BA7C6C
Text Example
Text Example
White with #BA7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C6C; }
p { color: rgb(186,124,108); }
H1.HeaderClassName
{
color: #BA7C6C;
}
.AnyTagClassName
{
color: #BA7C6C;
}
</style>
background-color css
<style>
a { background-color: #BA7C6C; }
a { background-color: rgb(186,124,108); }
div.DivClassName
{
background-color: #BA7C6C;
}
.BgClassName
{
background-color: #BA7C6C;
}
</style>
border-color css
<style>
span { border-color: #BA7C6C; }
span { border-color: rgb(186,124,108); }
td.TdClassName
{
border-color: #BA7C6C;
}
.TagClassName
{
border-color: #BA7C6C;
}
</style>