Shades of Brandy Rose #BA7B6E
Tints of Brandy Rose #BA7B6E
RGB
CMYK
RGB Variations
Color information
#BA7B6E (or 0xBA7B6E) is known color: Brandy Rose. HEX triplet: BA, 7B and 6E. RGB value is (186,123,110). Sum of RGB (Red+Green+Blue) = 186+123+110=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B6E is #458491. Grayscale: #8C8C8C. Windows color (decimal): -4555922 or 7240634. OLE color: 7240634.
HSL color Cylindrical-coordinate representation of color #BA7B6E: hue angle of 10.26º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA7B6E is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 110 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.27 |
| HSL | 10.26º | 0.36% | 0.58% | - |
| HSV(B) | 10.26º | 0.41% | 0.73% | - |
| XYZ | 30.15 | 25.73 | 18.13 | - |
| YUV | 140.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 110 | 0 | 0.34 | 0.41 | 0.27 | 10.26 | 0.36 | 0.58 |
| Hex | BA | 7B | 6E | 0 | 22 | 29 | 1B | A | 24 | 3A |
| Octal | 272 | 173 | 156 | 0 | 42 | 51 | 33 | 12 | 44 | 72 |
| Binary | 10111010 | 1111011 | 1101110 | 0 | 100010 | 101001 | 11011 | 1010 | 100100 | 111010 |
Color Harmonies of #BA7B6E
Complementary color
Monochromatic Colors of #BA7B6E
Black with #BA7B6E
Text Example
Text Example
White with #BA7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B6E; }
p { color: rgb(186,123,110); }
H1.HeaderClassName
{
color: #BA7B6E;
}
.AnyTagClassName
{
color: #BA7B6E;
}
</style>
background-color css
<style>
a { background-color: #BA7B6E; }
a { background-color: rgb(186,123,110); }
div.DivClassName
{
background-color: #BA7B6E;
}
.BgClassName
{
background-color: #BA7B6E;
}
</style>
border-color css
<style>
span { border-color: #BA7B6E; }
span { border-color: rgb(186,123,110); }
td.TdClassName
{
border-color: #BA7B6E;
}
.TagClassName
{
border-color: #BA7B6E;
}
</style>