Shades of Brandy Rose #BA8581
Tints of Brandy Rose #BA8581
RGB
CMYK
RGB Variations
Color information
#BA8581 (or 0xBA8581) is known color: Brandy Rose. HEX triplet: BA, 85 and 81. RGB value is (186,133,129). Sum of RGB (Red+Green+Blue) = 186+133+129=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8581 is #457A7E. Grayscale: #949494. Windows color (decimal): -4553343 or 8488378. OLE color: 8488378.
HSL color Cylindrical-coordinate representation of color #BA8581: hue angle of 4.21º 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 #BA8581 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 129 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.27 |
| HSL | 4.21º | 0.29% | 0.62% | - |
| HSV(B) | 4.21º | 0.31% | 0.73% | - |
| XYZ | 32.6 | 28.8 | 24.61 | - |
| YUV | 148.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 129 | 0 | 0.28 | 0.31 | 0.27 | 4.21 | 0.29 | 0.62 |
| Hex | BA | 85 | 81 | 0 | 1C | 1F | 1B | 4 | 1D | 3E |
| Octal | 272 | 205 | 201 | 0 | 34 | 37 | 33 | 4 | 35 | 76 |
| Binary | 10111010 | 10000101 | 10000001 | 0 | 11100 | 11111 | 11011 | 100 | 11101 | 111110 |
Color Harmonies of #BA8581
Complementary color
Monochromatic Colors of #BA8581
Black with #BA8581
Text Example
Text Example
White with #BA8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8581; }
p { color: rgb(186,133,129); }
H1.HeaderClassName
{
color: #BA8581;
}
.AnyTagClassName
{
color: #BA8581;
}
</style>
background-color css
<style>
a { background-color: #BA8581; }
a { background-color: rgb(186,133,129); }
div.DivClassName
{
background-color: #BA8581;
}
.BgClassName
{
background-color: #BA8581;
}
</style>
border-color css
<style>
span { border-color: #BA8581; }
span { border-color: rgb(186,133,129); }
td.TdClassName
{
border-color: #BA8581;
}
.TagClassName
{
border-color: #BA8581;
}
</style>