Shades of Brandy Rose #BA8380
Tints of Brandy Rose #BA8380
RGB
CMYK
RGB Variations
Color information
#BA8380 (or 0xBA8380) is known color: Brandy Rose. HEX triplet: BA, 83 and 80. RGB value is (186,131,128). Sum of RGB (Red+Green+Blue) = 186+131+128=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8380 is #457C7F. Grayscale: #939393. Windows color (decimal): -4553856 or 8422330. OLE color: 8422330.
HSL color Cylindrical-coordinate representation of color #BA8380: hue angle of 3.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8380 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 128 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.27 |
| HSL | 3.1º | 0.3% | 0.62% | - |
| HSV(B) | 3.1º | 0.31% | 0.73% | - |
| XYZ | 32.26 | 28.23 | 24.17 | - |
| YUV | 147.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 128 | 0 | 0.30 | 0.31 | 0.27 | 3.1 | 0.3 | 0.62 |
| Hex | BA | 83 | 80 | 0 | 1E | 1F | 1B | 3 | 1E | 3E |
| Octal | 272 | 203 | 200 | 0 | 36 | 37 | 33 | 3 | 36 | 76 |
| Binary | 10111010 | 10000011 | 10000000 | 0 | 11110 | 11111 | 11011 | 11 | 11110 | 111110 |
Color Harmonies of #BA8380
Complementary color
Monochromatic Colors of #BA8380
Black with #BA8380
Text Example
Text Example
White with #BA8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8380; }
p { color: rgb(186,131,128); }
H1.HeaderClassName
{
color: #BA8380;
}
.AnyTagClassName
{
color: #BA8380;
}
</style>
background-color css
<style>
a { background-color: #BA8380; }
a { background-color: rgb(186,131,128); }
div.DivClassName
{
background-color: #BA8380;
}
.BgClassName
{
background-color: #BA8380;
}
</style>
border-color css
<style>
span { border-color: #BA8380; }
span { border-color: rgb(186,131,128); }
td.TdClassName
{
border-color: #BA8380;
}
.TagClassName
{
border-color: #BA8380;
}
</style>