Shades of Brandy Rose #BA816A
Tints of Brandy Rose #BA816A
RGB
CMYK
RGB Variations
Color information
#BA816A (or 0xBA816A) is known color: Brandy Rose. HEX triplet: BA, 81 and 6A. RGB value is (186,129,106). Sum of RGB (Red+Green+Blue) = 186+129+106=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA816A is #457E95. Grayscale: #8F8F8F. Windows color (decimal): -4554390 or 6980026. OLE color: 6980026.
HSL color Cylindrical-coordinate representation of color #BA816A: hue angle of 17.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA816A is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 106 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.27 |
| HSL | 17.25º | 0.37% | 0.57% | - |
| HSV(B) | 17.25º | 0.43% | 0.73% | - |
| XYZ | 30.7 | 27.18 | 17.26 | - |
| YUV | 143.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 106 | 0 | 0.31 | 0.43 | 0.27 | 17.25 | 0.37 | 0.57 |
| Hex | BA | 81 | 6A | 0 | 1F | 2B | 1B | 11 | 25 | 39 |
| Octal | 272 | 201 | 152 | 0 | 37 | 53 | 33 | 21 | 45 | 71 |
| Binary | 10111010 | 10000001 | 1101010 | 0 | 11111 | 101011 | 11011 | 10001 | 100101 | 111001 |
Color Harmonies of #BA816A
Complementary color
Monochromatic Colors of #BA816A
Black with #BA816A
Text Example
Text Example
White with #BA816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA816A; }
p { color: rgb(186,129,106); }
H1.HeaderClassName
{
color: #BA816A;
}
.AnyTagClassName
{
color: #BA816A;
}
</style>
background-color css
<style>
a { background-color: #BA816A; }
a { background-color: rgb(186,129,106); }
div.DivClassName
{
background-color: #BA816A;
}
.BgClassName
{
background-color: #BA816A;
}
</style>
border-color css
<style>
span { border-color: #BA816A; }
span { border-color: rgb(186,129,106); }
td.TdClassName
{
border-color: #BA816A;
}
.TagClassName
{
border-color: #BA816A;
}
</style>