Shades of Brandy Rose #BA826E
Tints of Brandy Rose #BA826E
RGB
CMYK
RGB Variations
Color information
#BA826E (or 0xBA826E) is known color: Brandy Rose. HEX triplet: BA, 82 and 6E. RGB value is (186,130,110). Sum of RGB (Red+Green+Blue) = 186+130+110=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA826E is #457D91. Grayscale: #909090. Windows color (decimal): -4554130 or 7242426. OLE color: 7242426.
HSL color Cylindrical-coordinate representation of color #BA826E: hue angle of 15.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA826E is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 110 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.27 |
| HSL | 15.79º | 0.36% | 0.58% | - |
| HSV(B) | 15.79º | 0.41% | 0.73% | - |
| XYZ | 31.05 | 27.53 | 18.43 | - |
| YUV | 144.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 110 | 0 | 0.30 | 0.41 | 0.27 | 15.79 | 0.36 | 0.58 |
| Hex | BA | 82 | 6E | 0 | 1E | 29 | 1B | 10 | 24 | 3A |
| Octal | 272 | 202 | 156 | 0 | 36 | 51 | 33 | 20 | 44 | 72 |
| Binary | 10111010 | 10000010 | 1101110 | 0 | 11110 | 101001 | 11011 | 10000 | 100100 | 111010 |
Color Harmonies of #BA826E
Complementary color
Monochromatic Colors of #BA826E
Black with #BA826E
Text Example
Text Example
White with #BA826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA826E; }
p { color: rgb(186,130,110); }
H1.HeaderClassName
{
color: #BA826E;
}
.AnyTagClassName
{
color: #BA826E;
}
</style>
background-color css
<style>
a { background-color: #BA826E; }
a { background-color: rgb(186,130,110); }
div.DivClassName
{
background-color: #BA826E;
}
.BgClassName
{
background-color: #BA826E;
}
</style>
border-color css
<style>
span { border-color: #BA826E; }
span { border-color: rgb(186,130,110); }
td.TdClassName
{
border-color: #BA826E;
}
.TagClassName
{
border-color: #BA826E;
}
</style>