Shades of Brandy Rose #BA7D68
Tints of Brandy Rose #BA7D68
RGB
CMYK
RGB Variations
Color information
#BA7D68 (or 0xBA7D68) is known color: Brandy Rose. HEX triplet: BA, 7D and 68. RGB value is (186,125,104). Sum of RGB (Red+Green+Blue) = 186+125+104=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D68 is #458297. Grayscale: #8C8C8C. Windows color (decimal): -4555416 or 6847930. OLE color: 6847930.
HSL color Cylindrical-coordinate representation of color #BA7D68: hue angle of 15.37º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7D68 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 104 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.27 |
| HSL | 15.37º | 0.37% | 0.57% | - |
| HSV(B) | 15.37º | 0.44% | 0.73% | - |
| XYZ | 30.08 | 26.11 | 16.55 | - |
| YUV | 140.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 104 | 0 | 0.33 | 0.44 | 0.27 | 15.37 | 0.37 | 0.57 |
| Hex | BA | 7D | 68 | 0 | 21 | 2C | 1B | F | 25 | 39 |
| Octal | 272 | 175 | 150 | 0 | 41 | 54 | 33 | 17 | 45 | 71 |
| Binary | 10111010 | 1111101 | 1101000 | 0 | 100001 | 101100 | 11011 | 1111 | 100101 | 111001 |
Color Harmonies of #BA7D68
Complementary color
Monochromatic Colors of #BA7D68
Black with #BA7D68
Text Example
Text Example
White with #BA7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D68; }
p { color: rgb(186,125,104); }
H1.HeaderClassName
{
color: #BA7D68;
}
.AnyTagClassName
{
color: #BA7D68;
}
</style>
background-color css
<style>
a { background-color: #BA7D68; }
a { background-color: rgb(186,125,104); }
div.DivClassName
{
background-color: #BA7D68;
}
.BgClassName
{
background-color: #BA7D68;
}
</style>
border-color css
<style>
span { border-color: #BA7D68; }
span { border-color: rgb(186,125,104); }
td.TdClassName
{
border-color: #BA7D68;
}
.TagClassName
{
border-color: #BA7D68;
}
</style>