Shades of Brandy Rose #BA7B72
Tints of Brandy Rose #BA7B72
RGB
CMYK
RGB Variations
Color information
#BA7B72 (or 0xBA7B72) is known color: Brandy Rose. HEX triplet: BA, 7B and 72. RGB value is (186,123,114). Sum of RGB (Red+Green+Blue) = 186+123+114=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B72 is #45848D. Grayscale: #8C8C8C. Windows color (decimal): -4555918 or 7502778. OLE color: 7502778.
HSL color Cylindrical-coordinate representation of color #BA7B72: hue angle of 7.5º 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 #BA7B72 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 114 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.27 |
| HSL | 7.5º | 0.34% | 0.59% | - |
| HSV(B) | 7.5º | 0.39% | 0.73% | - |
| XYZ | 30.37 | 25.82 | 19.3 | - |
| YUV | 140.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 114 | 0 | 0.34 | 0.39 | 0.27 | 7.5 | 0.34 | 0.59 |
| Hex | BA | 7B | 72 | 0 | 22 | 27 | 1B | 8 | 22 | 3B |
| Octal | 272 | 173 | 162 | 0 | 42 | 47 | 33 | 10 | 42 | 73 |
| Binary | 10111010 | 1111011 | 1110010 | 0 | 100010 | 100111 | 11011 | 1000 | 100010 | 111011 |
Color Harmonies of #BA7B72
Complementary color
Monochromatic Colors of #BA7B72
Black with #BA7B72
Text Example
Text Example
White with #BA7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B72; }
p { color: rgb(186,123,114); }
H1.HeaderClassName
{
color: #BA7B72;
}
.AnyTagClassName
{
color: #BA7B72;
}
</style>
background-color css
<style>
a { background-color: #BA7B72; }
a { background-color: rgb(186,123,114); }
div.DivClassName
{
background-color: #BA7B72;
}
.BgClassName
{
background-color: #BA7B72;
}
</style>
border-color css
<style>
span { border-color: #BA7B72; }
span { border-color: rgb(186,123,114); }
td.TdClassName
{
border-color: #BA7B72;
}
.TagClassName
{
border-color: #BA7B72;
}
</style>