Shades of Brandy Rose #BA8277
Tints of Brandy Rose #BA8277
RGB
CMYK
RGB Variations
Color information
#BA8277 (or 0xBA8277) is known color: Brandy Rose. HEX triplet: BA, 82 and 77. RGB value is (186,130,119). Sum of RGB (Red+Green+Blue) = 186+130+119=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8277 is #457D88. Grayscale: #919191. Windows color (decimal): -4554121 or 7832250. OLE color: 7832250.
HSL color Cylindrical-coordinate representation of color #BA8277: hue angle of 9.85º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA8277 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 119 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.27 |
| HSL | 9.85º | 0.33% | 0.6% | - |
| HSV(B) | 9.85º | 0.36% | 0.73% | - |
| XYZ | 31.56 | 27.74 | 21.14 | - |
| YUV | 145.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 119 | 0 | 0.30 | 0.36 | 0.27 | 9.85 | 0.33 | 0.6 |
| Hex | BA | 82 | 77 | 0 | 1E | 24 | 1B | A | 21 | 3C |
| Octal | 272 | 202 | 167 | 0 | 36 | 44 | 33 | 12 | 41 | 74 |
| Binary | 10111010 | 10000010 | 1110111 | 0 | 11110 | 100100 | 11011 | 1010 | 100001 | 111100 |
Color Harmonies of #BA8277
Complementary color
Monochromatic Colors of #BA8277
Black with #BA8277
Text Example
Text Example
White with #BA8277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8277; }
p { color: rgb(186,130,119); }
H1.HeaderClassName
{
color: #BA8277;
}
.AnyTagClassName
{
color: #BA8277;
}
</style>
background-color css
<style>
a { background-color: #BA8277; }
a { background-color: rgb(186,130,119); }
div.DivClassName
{
background-color: #BA8277;
}
.BgClassName
{
background-color: #BA8277;
}
</style>
border-color css
<style>
span { border-color: #BA8277; }
span { border-color: rgb(186,130,119); }
td.TdClassName
{
border-color: #BA8277;
}
.TagClassName
{
border-color: #BA8277;
}
</style>