Shades of Brandy Rose #BA8774
Tints of Brandy Rose #BA8774
RGB
CMYK
RGB Variations
Color information
#BA8774 (or 0xBA8774) is known color: Brandy Rose. HEX triplet: BA, 87 and 74. RGB value is (186,135,116). Sum of RGB (Red+Green+Blue) = 186+135+116=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8774 is #45788B. Grayscale: #949494. Windows color (decimal): -4552844 or 7636922. OLE color: 7636922.
HSL color Cylindrical-coordinate representation of color #BA8774: hue angle of 16.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8774 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 116 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.27 |
| HSL | 16.29º | 0.34% | 0.59% | - |
| HSV(B) | 16.29º | 0.38% | 0.73% | - |
| XYZ | 32.07 | 29.03 | 20.44 | - |
| YUV | 148.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 116 | 0 | 0.27 | 0.38 | 0.27 | 16.29 | 0.34 | 0.59 |
| Hex | BA | 87 | 74 | 0 | 1B | 26 | 1B | 10 | 22 | 3B |
| Octal | 272 | 207 | 164 | 0 | 33 | 46 | 33 | 20 | 42 | 73 |
| Binary | 10111010 | 10000111 | 1110100 | 0 | 11011 | 100110 | 11011 | 10000 | 100010 | 111011 |
Color Harmonies of #BA8774
Complementary color
Monochromatic Colors of #BA8774
Black with #BA8774
Text Example
Text Example
White with #BA8774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8774; }
p { color: rgb(186,135,116); }
H1.HeaderClassName
{
color: #BA8774;
}
.AnyTagClassName
{
color: #BA8774;
}
</style>
background-color css
<style>
a { background-color: #BA8774; }
a { background-color: rgb(186,135,116); }
div.DivClassName
{
background-color: #BA8774;
}
.BgClassName
{
background-color: #BA8774;
}
</style>
border-color css
<style>
span { border-color: #BA8774; }
span { border-color: rgb(186,135,116); }
td.TdClassName
{
border-color: #BA8774;
}
.TagClassName
{
border-color: #BA8774;
}
</style>