Shades of Brandy Rose #BA877B
Tints of Brandy Rose #BA877B
RGB
CMYK
RGB Variations
Color information
#BA877B (or 0xBA877B) is known color: Brandy Rose. HEX triplet: BA, 87 and 7B. RGB value is (186,135,123). Sum of RGB (Red+Green+Blue) = 186+135+123=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA877B is #457884. Grayscale: #949494. Windows color (decimal): -4552837 or 8095674. OLE color: 8095674.
HSL color Cylindrical-coordinate representation of color #BA877B: hue angle of 11.43º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA877B is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 123 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.27 |
| HSL | 11.43º | 0.31% | 0.61% | - |
| HSV(B) | 11.43º | 0.34% | 0.73% | - |
| XYZ | 32.49 | 29.2 | 22.66 | - |
| YUV | 148.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 123 | 0 | 0.27 | 0.34 | 0.27 | 11.43 | 0.31 | 0.61 |
| Hex | BA | 87 | 7B | 0 | 1B | 22 | 1B | B | 1F | 3D |
| Octal | 272 | 207 | 173 | 0 | 33 | 42 | 33 | 13 | 37 | 75 |
| Binary | 10111010 | 10000111 | 1111011 | 0 | 11011 | 100010 | 11011 | 1011 | 11111 | 111101 |
Color Harmonies of #BA877B
Complementary color
Monochromatic Colors of #BA877B
Black with #BA877B
Text Example
Text Example
White with #BA877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA877B; }
p { color: rgb(186,135,123); }
H1.HeaderClassName
{
color: #BA877B;
}
.AnyTagClassName
{
color: #BA877B;
}
</style>
background-color css
<style>
a { background-color: #BA877B; }
a { background-color: rgb(186,135,123); }
div.DivClassName
{
background-color: #BA877B;
}
.BgClassName
{
background-color: #BA877B;
}
</style>
border-color css
<style>
span { border-color: #BA877B; }
span { border-color: rgb(186,135,123); }
td.TdClassName
{
border-color: #BA877B;
}
.TagClassName
{
border-color: #BA877B;
}
</style>