Shades of Brandy Rose #BA7F67
Tints of Brandy Rose #BA7F67
RGB
CMYK
RGB Variations
Color information
#BA7F67 (or 0xBA7F67) is known color: Brandy Rose. HEX triplet: BA, 7F and 67. RGB value is (186,127,103). Sum of RGB (Red+Green+Blue) = 186+127+103=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F67 is #458098. Grayscale: #8E8E8E. Windows color (decimal): -4554905 or 6782906. OLE color: 6782906.
HSL color Cylindrical-coordinate representation of color #BA7F67: hue angle of 17.35º 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 #BA7F67 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 103 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.27 |
| HSL | 17.35º | 0.38% | 0.57% | - |
| HSV(B) | 17.35º | 0.45% | 0.73% | - |
| XYZ | 30.29 | 26.6 | 16.37 | - |
| YUV | 141.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 103 | 0 | 0.32 | 0.45 | 0.27 | 17.35 | 0.38 | 0.57 |
| Hex | BA | 7F | 67 | 0 | 20 | 2D | 1B | 11 | 26 | 39 |
| Octal | 272 | 177 | 147 | 0 | 40 | 55 | 33 | 21 | 46 | 71 |
| Binary | 10111010 | 1111111 | 1100111 | 0 | 100000 | 101101 | 11011 | 10001 | 100110 | 111001 |
Color Harmonies of #BA7F67
Complementary color
Monochromatic Colors of #BA7F67
Black with #BA7F67
Text Example
Text Example
White with #BA7F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F67; }
p { color: rgb(186,127,103); }
H1.HeaderClassName
{
color: #BA7F67;
}
.AnyTagClassName
{
color: #BA7F67;
}
</style>
background-color css
<style>
a { background-color: #BA7F67; }
a { background-color: rgb(186,127,103); }
div.DivClassName
{
background-color: #BA7F67;
}
.BgClassName
{
background-color: #BA7F67;
}
</style>
border-color css
<style>
span { border-color: #BA7F67; }
span { border-color: rgb(186,127,103); }
td.TdClassName
{
border-color: #BA7F67;
}
.TagClassName
{
border-color: #BA7F67;
}
</style>