Shades of Brandy Rose #BA887F
Tints of Brandy Rose #BA887F
RGB
CMYK
RGB Variations
Color information
#BA887F (or 0xBA887F) is known color: Brandy Rose. HEX triplet: BA, 88 and 7F. RGB value is (186,136,127). Sum of RGB (Red+Green+Blue) = 186+136+127=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA887F is #457780. Grayscale: #969696. Windows color (decimal): -4552577 or 8358074. OLE color: 8358074.
HSL color Cylindrical-coordinate representation of color #BA887F: hue angle of 9.15º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA887F is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 127 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.27 |
| HSL | 9.15º | 0.3% | 0.61% | - |
| HSV(B) | 9.15º | 0.32% | 0.73% | - |
| XYZ | 32.88 | 29.58 | 24.05 | - |
| YUV | 149.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 127 | 0 | 0.27 | 0.32 | 0.27 | 9.15 | 0.3 | 0.61 |
| Hex | BA | 88 | 7F | 0 | 1B | 20 | 1B | 9 | 1E | 3D |
| Octal | 272 | 210 | 177 | 0 | 33 | 40 | 33 | 11 | 36 | 75 |
| Binary | 10111010 | 10001000 | 1111111 | 0 | 11011 | 100000 | 11011 | 1001 | 11110 | 111101 |
Color Harmonies of #BA887F
Complementary color
Monochromatic Colors of #BA887F
Black with #BA887F
Text Example
Text Example
White with #BA887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA887F; }
p { color: rgb(186,136,127); }
H1.HeaderClassName
{
color: #BA887F;
}
.AnyTagClassName
{
color: #BA887F;
}
</style>
background-color css
<style>
a { background-color: #BA887F; }
a { background-color: rgb(186,136,127); }
div.DivClassName
{
background-color: #BA887F;
}
.BgClassName
{
background-color: #BA887F;
}
</style>
border-color css
<style>
span { border-color: #BA887F; }
span { border-color: rgb(186,136,127); }
td.TdClassName
{
border-color: #BA887F;
}
.TagClassName
{
border-color: #BA887F;
}
</style>