Shades of Brandy Rose #BA877D
Tints of Brandy Rose #BA877D
RGB
CMYK
RGB Variations
Color information
#BA877D (or 0xBA877D) is known color: Brandy Rose. HEX triplet: BA, 87 and 7D. RGB value is (186,135,125). Sum of RGB (Red+Green+Blue) = 186+135+125=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA877D is #457882. Grayscale: #959595. Windows color (decimal): -4552835 or 8226746. OLE color: 8226746.
HSL color Cylindrical-coordinate representation of color #BA877D: hue angle of 9.84º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA877D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 125 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.27 |
| HSL | 9.84º | 0.31% | 0.61% | - |
| HSV(B) | 9.84º | 0.33% | 0.73% | - |
| XYZ | 32.62 | 29.25 | 23.33 | - |
| YUV | 149.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 125 | 0 | 0.27 | 0.33 | 0.27 | 9.84 | 0.31 | 0.61 |
| Hex | BA | 87 | 7D | 0 | 1B | 21 | 1B | A | 1F | 3D |
| Octal | 272 | 207 | 175 | 0 | 33 | 41 | 33 | 12 | 37 | 75 |
| Binary | 10111010 | 10000111 | 1111101 | 0 | 11011 | 100001 | 11011 | 1010 | 11111 | 111101 |
Color Harmonies of #BA877D
Complementary color
Monochromatic Colors of #BA877D
Black with #BA877D
Text Example
Text Example
White with #BA877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA877D; }
p { color: rgb(186,135,125); }
H1.HeaderClassName
{
color: #BA877D;
}
.AnyTagClassName
{
color: #BA877D;
}
</style>
background-color css
<style>
a { background-color: #BA877D; }
a { background-color: rgb(186,135,125); }
div.DivClassName
{
background-color: #BA877D;
}
.BgClassName
{
background-color: #BA877D;
}
</style>
border-color css
<style>
span { border-color: #BA877D; }
span { border-color: rgb(186,135,125); }
td.TdClassName
{
border-color: #BA877D;
}
.TagClassName
{
border-color: #BA877D;
}
</style>