Shades of Brandy Rose #BA8067
Tints of Brandy Rose #BA8067
RGB
CMYK
RGB Variations
Color information
#BA8067 (or 0xBA8067) is known color: Brandy Rose. HEX triplet: BA, 80 and 67. RGB value is (186,128,103). Sum of RGB (Red+Green+Blue) = 186+128+103=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8067 is #457F98. Grayscale: #8E8E8E. Windows color (decimal): -4554649 or 6783162. OLE color: 6783162.
HSL color Cylindrical-coordinate representation of color #BA8067: hue angle of 18.07º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA8067 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 103 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.27 |
| HSL | 18.07º | 0.38% | 0.57% | - |
| HSV(B) | 18.07º | 0.45% | 0.73% | - |
| XYZ | 30.42 | 26.86 | 16.41 | - |
| YUV | 142.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 103 | 0 | 0.31 | 0.45 | 0.27 | 18.07 | 0.38 | 0.57 |
| Hex | BA | 80 | 67 | 0 | 1F | 2D | 1B | 12 | 26 | 39 |
| Octal | 272 | 200 | 147 | 0 | 37 | 55 | 33 | 22 | 46 | 71 |
| Binary | 10111010 | 10000000 | 1100111 | 0 | 11111 | 101101 | 11011 | 10010 | 100110 | 111001 |
Color Harmonies of #BA8067
Complementary color
Monochromatic Colors of #BA8067
Black with #BA8067
Text Example
Text Example
White with #BA8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8067; }
p { color: rgb(186,128,103); }
H1.HeaderClassName
{
color: #BA8067;
}
.AnyTagClassName
{
color: #BA8067;
}
</style>
background-color css
<style>
a { background-color: #BA8067; }
a { background-color: rgb(186,128,103); }
div.DivClassName
{
background-color: #BA8067;
}
.BgClassName
{
background-color: #BA8067;
}
</style>
border-color css
<style>
span { border-color: #BA8067; }
span { border-color: rgb(186,128,103); }
td.TdClassName
{
border-color: #BA8067;
}
.TagClassName
{
border-color: #BA8067;
}
</style>