Shades of Brandy Rose #BA8381
Tints of Brandy Rose #BA8381
RGB
CMYK
RGB Variations
Color information
#BA8381 (or 0xBA8381) is known color: Brandy Rose. HEX triplet: BA, 83 and 81. RGB value is (186,131,129). Sum of RGB (Red+Green+Blue) = 186+131+129=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8381 is #457C7E. Grayscale: #939393. Windows color (decimal): -4553855 or 8487866. OLE color: 8487866.
HSL color Cylindrical-coordinate representation of color #BA8381: hue angle of 2.11º degrees, saturation: 0.29, 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 #BA8381 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 129 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.27 |
| HSL | 2.11º | 0.29% | 0.62% | - |
| HSV(B) | 2.11º | 0.31% | 0.73% | - |
| XYZ | 32.33 | 28.26 | 24.52 | - |
| YUV | 147.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 129 | 0 | 0.30 | 0.31 | 0.27 | 2.11 | 0.29 | 0.62 |
| Hex | BA | 83 | 81 | 0 | 1E | 1F | 1B | 2 | 1D | 3E |
| Octal | 272 | 203 | 201 | 0 | 36 | 37 | 33 | 2 | 35 | 76 |
| Binary | 10111010 | 10000011 | 10000001 | 0 | 11110 | 11111 | 11011 | 10 | 11101 | 111110 |
Color Harmonies of #BA8381
Complementary color
Monochromatic Colors of #BA8381
Black with #BA8381
Text Example
Text Example
White with #BA8381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8381; }
p { color: rgb(186,131,129); }
H1.HeaderClassName
{
color: #BA8381;
}
.AnyTagClassName
{
color: #BA8381;
}
</style>
background-color css
<style>
a { background-color: #BA8381; }
a { background-color: rgb(186,131,129); }
div.DivClassName
{
background-color: #BA8381;
}
.BgClassName
{
background-color: #BA8381;
}
</style>
border-color css
<style>
span { border-color: #BA8381; }
span { border-color: rgb(186,131,129); }
td.TdClassName
{
border-color: #BA8381;
}
.TagClassName
{
border-color: #BA8381;
}
</style>