Shades of Brandy Rose #BA8272
Tints of Brandy Rose #BA8272
RGB
CMYK
RGB Variations
Color information
#BA8272 (or 0xBA8272) is known color: Brandy Rose. HEX triplet: BA, 82 and 72. RGB value is (186,130,114). Sum of RGB (Red+Green+Blue) = 186+130+114=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8272 is #457D8D. Grayscale: #919191. Windows color (decimal): -4554126 or 7504570. OLE color: 7504570.
HSL color Cylindrical-coordinate representation of color #BA8272: hue angle of 13.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8272 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 114 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.27 |
| HSL | 13.33º | 0.34% | 0.59% | - |
| HSV(B) | 13.33º | 0.39% | 0.73% | - |
| XYZ | 31.27 | 27.62 | 19.6 | - |
| YUV | 144.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 114 | 0 | 0.30 | 0.39 | 0.27 | 13.33 | 0.34 | 0.59 |
| Hex | BA | 82 | 72 | 0 | 1E | 27 | 1B | D | 22 | 3B |
| Octal | 272 | 202 | 162 | 0 | 36 | 47 | 33 | 15 | 42 | 73 |
| Binary | 10111010 | 10000010 | 1110010 | 0 | 11110 | 100111 | 11011 | 1101 | 100010 | 111011 |
Color Harmonies of #BA8272
Complementary color
Monochromatic Colors of #BA8272
Black with #BA8272
Text Example
Text Example
White with #BA8272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8272; }
p { color: rgb(186,130,114); }
H1.HeaderClassName
{
color: #BA8272;
}
.AnyTagClassName
{
color: #BA8272;
}
</style>
background-color css
<style>
a { background-color: #BA8272; }
a { background-color: rgb(186,130,114); }
div.DivClassName
{
background-color: #BA8272;
}
.BgClassName
{
background-color: #BA8272;
}
</style>
border-color css
<style>
span { border-color: #BA8272; }
span { border-color: rgb(186,130,114); }
td.TdClassName
{
border-color: #BA8272;
}
.TagClassName
{
border-color: #BA8272;
}
</style>