Shades of Brandy Rose #BA7B7A
Tints of Brandy Rose #BA7B7A
RGB
CMYK
RGB Variations
Color information
#BA7B7A (or 0xBA7B7A) is known color: Brandy Rose. HEX triplet: BA, 7B and 7A. RGB value is (186,123,122). Sum of RGB (Red+Green+Blue) = 186+123+122=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B7A is #458485. Grayscale: #8D8D8D. Windows color (decimal): -4555910 or 8027066. OLE color: 8027066.
HSL color Cylindrical-coordinate representation of color #BA7B7A: hue angle of 0.94º 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 #BA7B7A is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 122 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.27 |
| HSL | 0.94º | 0.32% | 0.6% | - |
| HSV(B) | 0.94º | 0.34% | 0.73% | - |
| XYZ | 30.85 | 26.01 | 21.81 | - |
| YUV | 141.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 122 | 0 | 0.34 | 0.34 | 0.27 | 0.94 | 0.32 | 0.6 |
| Hex | BA | 7B | 7A | 0 | 22 | 22 | 1B | 1 | 20 | 3C |
| Octal | 272 | 173 | 172 | 0 | 42 | 42 | 33 | 1 | 40 | 74 |
| Binary | 10111010 | 1111011 | 1111010 | 0 | 100010 | 100010 | 11011 | 1 | 100000 | 111100 |
Color Harmonies of #BA7B7A
Complementary color
Monochromatic Colors of #BA7B7A
Black with #BA7B7A
Text Example
Text Example
White with #BA7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B7A; }
p { color: rgb(186,123,122); }
H1.HeaderClassName
{
color: #BA7B7A;
}
.AnyTagClassName
{
color: #BA7B7A;
}
</style>
background-color css
<style>
a { background-color: #BA7B7A; }
a { background-color: rgb(186,123,122); }
div.DivClassName
{
background-color: #BA7B7A;
}
.BgClassName
{
background-color: #BA7B7A;
}
</style>
border-color css
<style>
span { border-color: #BA7B7A; }
span { border-color: rgb(186,123,122); }
td.TdClassName
{
border-color: #BA7B7A;
}
.TagClassName
{
border-color: #BA7B7A;
}
</style>