Shades of Brandy Rose #BA807C
Tints of Brandy Rose #BA807C
RGB
CMYK
RGB Variations
Color information
#BA807C (or 0xBA807C) is known color: Brandy Rose. HEX triplet: BA, 80 and 7C. RGB value is (186,128,124). Sum of RGB (Red+Green+Blue) = 186+128+124=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA807C is #457F83. Grayscale: #909090. Windows color (decimal): -4554628 or 8159418. OLE color: 8159418.
HSL color Cylindrical-coordinate representation of color #BA807C: hue angle of 3.87º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA807C is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 124 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.27 |
| HSL | 3.87º | 0.31% | 0.61% | - |
| HSV(B) | 3.87º | 0.33% | 0.73% | - |
| XYZ | 31.61 | 27.33 | 22.68 | - |
| YUV | 144.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 124 | 0 | 0.31 | 0.33 | 0.27 | 3.87 | 0.31 | 0.61 |
| Hex | BA | 80 | 7C | 0 | 1F | 21 | 1B | 4 | 1F | 3D |
| Octal | 272 | 200 | 174 | 0 | 37 | 41 | 33 | 4 | 37 | 75 |
| Binary | 10111010 | 10000000 | 1111100 | 0 | 11111 | 100001 | 11011 | 100 | 11111 | 111101 |
Color Harmonies of #BA807C
Complementary color
Monochromatic Colors of #BA807C
Black with #BA807C
Text Example
Text Example
White with #BA807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA807C; }
p { color: rgb(186,128,124); }
H1.HeaderClassName
{
color: #BA807C;
}
.AnyTagClassName
{
color: #BA807C;
}
</style>
background-color css
<style>
a { background-color: #BA807C; }
a { background-color: rgb(186,128,124); }
div.DivClassName
{
background-color: #BA807C;
}
.BgClassName
{
background-color: #BA807C;
}
</style>
border-color css
<style>
span { border-color: #BA807C; }
span { border-color: rgb(186,128,124); }
td.TdClassName
{
border-color: #BA807C;
}
.TagClassName
{
border-color: #BA807C;
}
</style>