Shades of Brandy Rose #BA8072
Tints of Brandy Rose #BA8072
RGB
CMYK
RGB Variations
Color information
#BA8072 (or 0xBA8072) is known color: Brandy Rose. HEX triplet: BA, 80 and 72. RGB value is (186,128,114). Sum of RGB (Red+Green+Blue) = 186+128+114=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8072 is #457F8D. Grayscale: #8F8F8F. Windows color (decimal): -4554638 or 7504058. OLE color: 7504058.
HSL color Cylindrical-coordinate representation of color #BA8072: hue angle of 11.67º 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 #BA8072 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 114 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.27 |
| HSL | 11.67º | 0.34% | 0.59% | - |
| HSV(B) | 11.67º | 0.39% | 0.73% | - |
| XYZ | 31.01 | 27.09 | 19.51 | - |
| YUV | 143.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 114 | 0 | 0.31 | 0.39 | 0.27 | 11.67 | 0.34 | 0.59 |
| Hex | BA | 80 | 72 | 0 | 1F | 27 | 1B | C | 22 | 3B |
| Octal | 272 | 200 | 162 | 0 | 37 | 47 | 33 | 14 | 42 | 73 |
| Binary | 10111010 | 10000000 | 1110010 | 0 | 11111 | 100111 | 11011 | 1100 | 100010 | 111011 |
Color Harmonies of #BA8072
Complementary color
Monochromatic Colors of #BA8072
Black with #BA8072
Text Example
Text Example
White with #BA8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8072; }
p { color: rgb(186,128,114); }
H1.HeaderClassName
{
color: #BA8072;
}
.AnyTagClassName
{
color: #BA8072;
}
</style>
background-color css
<style>
a { background-color: #BA8072; }
a { background-color: rgb(186,128,114); }
div.DivClassName
{
background-color: #BA8072;
}
.BgClassName
{
background-color: #BA8072;
}
</style>
border-color css
<style>
span { border-color: #BA8072; }
span { border-color: rgb(186,128,114); }
td.TdClassName
{
border-color: #BA8072;
}
.TagClassName
{
border-color: #BA8072;
}
</style>