Shades of Brandy Rose #BA7C7B
Tints of Brandy Rose #BA7C7B
RGB
CMYK
RGB Variations
Color information
#BA7C7B (or 0xBA7C7B) is known color: Brandy Rose. HEX triplet: BA, 7C and 7B. RGB value is (186,124,123). Sum of RGB (Red+Green+Blue) = 186+124+123=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C7B is #458384. Grayscale: #8E8E8E. Windows color (decimal): -4555653 or 8092858. OLE color: 8092858.
HSL color Cylindrical-coordinate representation of color #BA7C7B: hue angle of 0.95º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7C7B is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 123 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.27 |
| HSL | 0.95º | 0.31% | 0.61% | - |
| HSV(B) | 0.95º | 0.34% | 0.73% | - |
| XYZ | 31.03 | 26.28 | 22.18 | - |
| YUV | 142.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 123 | 0 | 0.33 | 0.34 | 0.27 | 0.95 | 0.31 | 0.61 |
| Hex | BA | 7C | 7B | 0 | 21 | 22 | 1B | 1 | 1F | 3D |
| Octal | 272 | 174 | 173 | 0 | 41 | 42 | 33 | 1 | 37 | 75 |
| Binary | 10111010 | 1111100 | 1111011 | 0 | 100001 | 100010 | 11011 | 1 | 11111 | 111101 |
Color Harmonies of #BA7C7B
Complementary color
Monochromatic Colors of #BA7C7B
Black with #BA7C7B
Text Example
Text Example
White with #BA7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C7B; }
p { color: rgb(186,124,123); }
H1.HeaderClassName
{
color: #BA7C7B;
}
.AnyTagClassName
{
color: #BA7C7B;
}
</style>
background-color css
<style>
a { background-color: #BA7C7B; }
a { background-color: rgb(186,124,123); }
div.DivClassName
{
background-color: #BA7C7B;
}
.BgClassName
{
background-color: #BA7C7B;
}
</style>
border-color css
<style>
span { border-color: #BA7C7B; }
span { border-color: rgb(186,124,123); }
td.TdClassName
{
border-color: #BA7C7B;
}
.TagClassName
{
border-color: #BA7C7B;
}
</style>