Shades of Brandy Rose #BA827E
Tints of Brandy Rose #BA827E
RGB
CMYK
RGB Variations
Color information
#BA827E (or 0xBA827E) is known color: Brandy Rose. HEX triplet: BA, 82 and 7E. RGB value is (186,130,126). Sum of RGB (Red+Green+Blue) = 186+130+126=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA827E is #457D81. Grayscale: #929292. Windows color (decimal): -4554114 or 8291002. OLE color: 8291002.
HSL color Cylindrical-coordinate representation of color #BA827E: hue angle of 4º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA827E is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 126 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.27 |
| HSL | 4º | 0.3% | 0.61% | - |
| HSV(B) | 4º | 0.32% | 0.73% | - |
| XYZ | 32 | 27.91 | 23.44 | - |
| YUV | 146.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 126 | 0 | 0.30 | 0.32 | 0.27 | 4 | 0.3 | 0.61 |
| Hex | BA | 82 | 7E | 0 | 1E | 20 | 1B | 4 | 1E | 3D |
| Octal | 272 | 202 | 176 | 0 | 36 | 40 | 33 | 4 | 36 | 75 |
| Binary | 10111010 | 10000010 | 1111110 | 0 | 11110 | 100000 | 11011 | 100 | 11110 | 111101 |
Color Harmonies of #BA827E
Complementary color
Monochromatic Colors of #BA827E
Black with #BA827E
Text Example
Text Example
White with #BA827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA827E; }
p { color: rgb(186,130,126); }
H1.HeaderClassName
{
color: #BA827E;
}
.AnyTagClassName
{
color: #BA827E;
}
</style>
background-color css
<style>
a { background-color: #BA827E; }
a { background-color: rgb(186,130,126); }
div.DivClassName
{
background-color: #BA827E;
}
.BgClassName
{
background-color: #BA827E;
}
</style>
border-color css
<style>
span { border-color: #BA827E; }
span { border-color: rgb(186,130,126); }
td.TdClassName
{
border-color: #BA827E;
}
.TagClassName
{
border-color: #BA827E;
}
</style>