Shades of Brandy Rose #BA846B
Tints of Brandy Rose #BA846B
RGB
CMYK
RGB Variations
Color information
#BA846B (or 0xBA846B) is known color: Brandy Rose. HEX triplet: BA, 84 and 6B. RGB value is (186,132,107). Sum of RGB (Red+Green+Blue) = 186+132+107=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA846B is #457B94. Grayscale: #919191. Windows color (decimal): -4553621 or 7046330. OLE color: 7046330.
HSL color Cylindrical-coordinate representation of color #BA846B: hue angle of 18.99º 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 #BA846B is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 107 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.27 |
| HSL | 18.99º | 0.36% | 0.57% | - |
| HSV(B) | 18.99º | 0.42% | 0.73% | - |
| XYZ | 31.15 | 28 | 17.67 | - |
| YUV | 145.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 107 | 0 | 0.29 | 0.42 | 0.27 | 18.99 | 0.36 | 0.57 |
| Hex | BA | 84 | 6B | 0 | 1D | 2A | 1B | 13 | 24 | 39 |
| Octal | 272 | 204 | 153 | 0 | 35 | 52 | 33 | 23 | 44 | 71 |
| Binary | 10111010 | 10000100 | 1101011 | 0 | 11101 | 101010 | 11011 | 10011 | 100100 | 111001 |
Color Harmonies of #BA846B
Complementary color
Monochromatic Colors of #BA846B
Black with #BA846B
Text Example
Text Example
White with #BA846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA846B; }
p { color: rgb(186,132,107); }
H1.HeaderClassName
{
color: #BA846B;
}
.AnyTagClassName
{
color: #BA846B;
}
</style>
background-color css
<style>
a { background-color: #BA846B; }
a { background-color: rgb(186,132,107); }
div.DivClassName
{
background-color: #BA846B;
}
.BgClassName
{
background-color: #BA846B;
}
</style>
border-color css
<style>
span { border-color: #BA846B; }
span { border-color: rgb(186,132,107); }
td.TdClassName
{
border-color: #BA846B;
}
.TagClassName
{
border-color: #BA846B;
}
</style>