Shades of Brandy Rose #BA7B6F
Tints of Brandy Rose #BA7B6F
RGB
CMYK
RGB Variations
Color information
#BA7B6F (or 0xBA7B6F) is known color: Brandy Rose. HEX triplet: BA, 7B and 6F. RGB value is (186,123,111). Sum of RGB (Red+Green+Blue) = 186+123+111=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B6F is #458490. Grayscale: #8C8C8C. Windows color (decimal): -4555921 or 7306170. OLE color: 7306170.
HSL color Cylindrical-coordinate representation of color #BA7B6F: hue angle of 9.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7B6F is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 111 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.27 |
| HSL | 9.6º | 0.35% | 0.58% | - |
| HSV(B) | 9.6º | 0.4% | 0.73% | - |
| XYZ | 30.2 | 25.75 | 18.42 | - |
| YUV | 140.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 111 | 0 | 0.34 | 0.40 | 0.27 | 9.6 | 0.35 | 0.58 |
| Hex | BA | 7B | 6F | 0 | 22 | 28 | 1B | A | 23 | 3A |
| Octal | 272 | 173 | 157 | 0 | 42 | 50 | 33 | 12 | 43 | 72 |
| Binary | 10111010 | 1111011 | 1101111 | 0 | 100010 | 101000 | 11011 | 1010 | 100011 | 111010 |
Color Harmonies of #BA7B6F
Complementary color
Monochromatic Colors of #BA7B6F
Black with #BA7B6F
Text Example
Text Example
White with #BA7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B6F; }
p { color: rgb(186,123,111); }
H1.HeaderClassName
{
color: #BA7B6F;
}
.AnyTagClassName
{
color: #BA7B6F;
}
</style>
background-color css
<style>
a { background-color: #BA7B6F; }
a { background-color: rgb(186,123,111); }
div.DivClassName
{
background-color: #BA7B6F;
}
.BgClassName
{
background-color: #BA7B6F;
}
</style>
border-color css
<style>
span { border-color: #BA7B6F; }
span { border-color: rgb(186,123,111); }
td.TdClassName
{
border-color: #BA7B6F;
}
.TagClassName
{
border-color: #BA7B6F;
}
</style>