Shades of Brandy Rose #BA8D78
Tints of Brandy Rose #BA8D78
RGB
CMYK
RGB Variations
Color information
#BA8D78 (or 0xBA8D78) is known color: Brandy Rose. HEX triplet: BA, 8D and 78. RGB value is (186,141,120). Sum of RGB (Red+Green+Blue) = 186+141+120=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D78 is #457287. Grayscale: #989898. Windows color (decimal): -4551304 or 7900602. OLE color: 7900602.
HSL color Cylindrical-coordinate representation of color #BA8D78: hue angle of 19.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA8D78 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 141 | 120 | - |
CMYK | 0 | 0.24 | 0.35 | 0.27 |
HSL | 19.09º | 0.32% | 0.6% | - |
HSV(B) | 19.09º | 0.35% | 0.73% | - |
XYZ | 33.16 | 30.84 | 21.97 | - |
YUV | 152.06 | 109.91 | 152.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 141 | 120 | 0 | 0.24 | 0.35 | 0.27 | 19.09 | 0.32 | 0.6 |
Hex | BA | 8D | 78 | 0 | 18 | 23 | 1B | 13 | 20 | 3C |
Octal | 272 | 215 | 170 | 0 | 30 | 43 | 33 | 23 | 40 | 74 |
Binary | 10111010 | 10001101 | 1111000 | 0 | 11000 | 100011 | 11011 | 10011 | 100000 | 111100 |
Color Harmonies of #BA8D78
Complementary color
Monochromatic Colors of #BA8D78
Black with #BA8D78
Text Example
Text Example
White with #BA8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D78; }
p { color: rgb(186,141,120); }
H1.HeaderClassName
{
color: #BA8D78;
}
.AnyTagClassName
{
color: #BA8D78;
}
</style>
background-color css
<style>
a { background-color: #BA8D78; }
a { background-color: rgb(186,141,120); }
div.DivClassName
{
background-color: #BA8D78;
}
.BgClassName
{
background-color: #BA8D78;
}
</style>
border-color css
<style>
span { border-color: #BA8D78; }
span { border-color: rgb(186,141,120); }
td.TdClassName
{
border-color: #BA8D78;
}
.TagClassName
{
border-color: #BA8D78;
}
</style>