Shades of Brandy Rose #BA8678
Tints of Brandy Rose #BA8678
RGB
CMYK
RGB Variations
Color information
#BA8678 (or 0xBA8678) is known color: Brandy Rose. HEX triplet: BA, 86 and 78. RGB value is (186,134,120). Sum of RGB (Red+Green+Blue) = 186+134+120=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8678 is #457987. Grayscale: #949494. Windows color (decimal): -4553096 or 7898810. OLE color: 7898810.
HSL color Cylindrical-coordinate representation of color #BA8678: hue angle of 12.73º 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 #BA8678 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 120 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.27 |
| HSL | 12.73º | 0.32% | 0.6% | - |
| HSV(B) | 12.73º | 0.35% | 0.73% | - |
| XYZ | 32.16 | 28.85 | 21.64 | - |
| YUV | 147.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 120 | 0 | 0.28 | 0.35 | 0.27 | 12.73 | 0.32 | 0.6 |
| Hex | BA | 86 | 78 | 0 | 1C | 23 | 1B | D | 20 | 3C |
| Octal | 272 | 206 | 170 | 0 | 34 | 43 | 33 | 15 | 40 | 74 |
| Binary | 10111010 | 10000110 | 1111000 | 0 | 11100 | 100011 | 11011 | 1101 | 100000 | 111100 |
Color Harmonies of #BA8678
Complementary color
Monochromatic Colors of #BA8678
Black with #BA8678
Text Example
Text Example
White with #BA8678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8678; }
p { color: rgb(186,134,120); }
H1.HeaderClassName
{
color: #BA8678;
}
.AnyTagClassName
{
color: #BA8678;
}
</style>
background-color css
<style>
a { background-color: #BA8678; }
a { background-color: rgb(186,134,120); }
div.DivClassName
{
background-color: #BA8678;
}
.BgClassName
{
background-color: #BA8678;
}
</style>
border-color css
<style>
span { border-color: #BA8678; }
span { border-color: rgb(186,134,120); }
td.TdClassName
{
border-color: #BA8678;
}
.TagClassName
{
border-color: #BA8678;
}
</style>