Shades of Brandy Rose #BA817C
Tints of Brandy Rose #BA817C
RGB
CMYK
RGB Variations
Color information
#BA817C (or 0xBA817C) is known color: Brandy Rose. HEX triplet: BA, 81 and 7C. RGB value is (186,129,124). Sum of RGB (Red+Green+Blue) = 186+129+124=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA817C is #457E83. Grayscale: #919191. Windows color (decimal): -4554372 or 8159674. OLE color: 8159674.
HSL color Cylindrical-coordinate representation of color #BA817C: hue angle of 4.84º 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 #BA817C is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 124 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.27 |
| HSL | 4.84º | 0.31% | 0.61% | - |
| HSV(B) | 4.84º | 0.33% | 0.73% | - |
| XYZ | 31.74 | 27.59 | 22.72 | - |
| YUV | 145.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 124 | 0 | 0.31 | 0.33 | 0.27 | 4.84 | 0.31 | 0.61 |
| Hex | BA | 81 | 7C | 0 | 1F | 21 | 1B | 5 | 1F | 3D |
| Octal | 272 | 201 | 174 | 0 | 37 | 41 | 33 | 5 | 37 | 75 |
| Binary | 10111010 | 10000001 | 1111100 | 0 | 11111 | 100001 | 11011 | 101 | 11111 | 111101 |
Color Harmonies of #BA817C
Complementary color
Monochromatic Colors of #BA817C
Black with #BA817C
Text Example
Text Example
White with #BA817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA817C; }
p { color: rgb(186,129,124); }
H1.HeaderClassName
{
color: #BA817C;
}
.AnyTagClassName
{
color: #BA817C;
}
</style>
background-color css
<style>
a { background-color: #BA817C; }
a { background-color: rgb(186,129,124); }
div.DivClassName
{
background-color: #BA817C;
}
.BgClassName
{
background-color: #BA817C;
}
</style>
border-color css
<style>
span { border-color: #BA817C; }
span { border-color: rgb(186,129,124); }
td.TdClassName
{
border-color: #BA817C;
}
.TagClassName
{
border-color: #BA817C;
}
</style>