Shades of Brandy Rose #BA826B
Tints of Brandy Rose #BA826B
RGB
CMYK
RGB Variations
Color information
#BA826B (or 0xBA826B) is known color: Brandy Rose. HEX triplet: BA, 82 and 6B. RGB value is (186,130,107). Sum of RGB (Red+Green+Blue) = 186+130+107=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA826B is #457D94. Grayscale: #909090. Windows color (decimal): -4554133 or 7045818. OLE color: 7045818.
HSL color Cylindrical-coordinate representation of color #BA826B: hue angle of 17.47º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA826B is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 107 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.27 |
| HSL | 17.47º | 0.36% | 0.57% | - |
| HSV(B) | 17.47º | 0.42% | 0.73% | - |
| XYZ | 30.89 | 27.47 | 17.58 | - |
| YUV | 144.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 107 | 0 | 0.30 | 0.42 | 0.27 | 17.47 | 0.36 | 0.57 |
| Hex | BA | 82 | 6B | 0 | 1E | 2A | 1B | 11 | 24 | 39 |
| Octal | 272 | 202 | 153 | 0 | 36 | 52 | 33 | 21 | 44 | 71 |
| Binary | 10111010 | 10000010 | 1101011 | 0 | 11110 | 101010 | 11011 | 10001 | 100100 | 111001 |
Color Harmonies of #BA826B
Complementary color
Monochromatic Colors of #BA826B
Black with #BA826B
Text Example
Text Example
White with #BA826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA826B; }
p { color: rgb(186,130,107); }
H1.HeaderClassName
{
color: #BA826B;
}
.AnyTagClassName
{
color: #BA826B;
}
</style>
background-color css
<style>
a { background-color: #BA826B; }
a { background-color: rgb(186,130,107); }
div.DivClassName
{
background-color: #BA826B;
}
.BgClassName
{
background-color: #BA826B;
}
</style>
border-color css
<style>
span { border-color: #BA826B; }
span { border-color: rgb(186,130,107); }
td.TdClassName
{
border-color: #BA826B;
}
.TagClassName
{
border-color: #BA826B;
}
</style>