Shades of Brandy Rose #BA807B
Tints of Brandy Rose #BA807B
RGB
CMYK
RGB Variations
Color information
#BA807B (or 0xBA807B) is known color: Brandy Rose. HEX triplet: BA, 80 and 7B. RGB value is (186,128,123). Sum of RGB (Red+Green+Blue) = 186+128+123=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA807B is #457F84. Grayscale: #909090. Windows color (decimal): -4554629 or 8093882. OLE color: 8093882.
HSL color Cylindrical-coordinate representation of color #BA807B: hue angle of 4.76º 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 #BA807B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 123 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.27 |
| HSL | 4.76º | 0.31% | 0.61% | - |
| HSV(B) | 4.76º | 0.34% | 0.73% | - |
| XYZ | 31.54 | 27.31 | 22.35 | - |
| YUV | 144.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 123 | 0 | 0.31 | 0.34 | 0.27 | 4.76 | 0.31 | 0.61 |
| Hex | BA | 80 | 7B | 0 | 1F | 22 | 1B | 5 | 1F | 3D |
| Octal | 272 | 200 | 173 | 0 | 37 | 42 | 33 | 5 | 37 | 75 |
| Binary | 10111010 | 10000000 | 1111011 | 0 | 11111 | 100010 | 11011 | 101 | 11111 | 111101 |
Color Harmonies of #BA807B
Complementary color
Monochromatic Colors of #BA807B
Black with #BA807B
Text Example
Text Example
White with #BA807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA807B; }
p { color: rgb(186,128,123); }
H1.HeaderClassName
{
color: #BA807B;
}
.AnyTagClassName
{
color: #BA807B;
}
</style>
background-color css
<style>
a { background-color: #BA807B; }
a { background-color: rgb(186,128,123); }
div.DivClassName
{
background-color: #BA807B;
}
.BgClassName
{
background-color: #BA807B;
}
</style>
border-color css
<style>
span { border-color: #BA807B; }
span { border-color: rgb(186,128,123); }
td.TdClassName
{
border-color: #BA807B;
}
.TagClassName
{
border-color: #BA807B;
}
</style>