Shades of Brandy Rose #BA817B
Tints of Brandy Rose #BA817B
RGB
CMYK
RGB Variations
Color information
#BA817B (or 0xBA817B) is known color: Brandy Rose. HEX triplet: BA, 81 and 7B. RGB value is (186,129,123). Sum of RGB (Red+Green+Blue) = 186+129+123=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA817B is #457E84. Grayscale: #919191. Windows color (decimal): -4554373 or 8094138. OLE color: 8094138.
HSL color Cylindrical-coordinate representation of color #BA817B: hue angle of 5.71º 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 #BA817B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 123 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.27 |
| HSL | 5.71º | 0.31% | 0.61% | - |
| HSV(B) | 5.71º | 0.34% | 0.73% | - |
| XYZ | 31.68 | 27.57 | 22.39 | - |
| YUV | 145.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 123 | 0 | 0.31 | 0.34 | 0.27 | 5.71 | 0.31 | 0.61 |
| Hex | BA | 81 | 7B | 0 | 1F | 22 | 1B | 6 | 1F | 3D |
| Octal | 272 | 201 | 173 | 0 | 37 | 42 | 33 | 6 | 37 | 75 |
| Binary | 10111010 | 10000001 | 1111011 | 0 | 11111 | 100010 | 11011 | 110 | 11111 | 111101 |
Color Harmonies of #BA817B
Complementary color
Monochromatic Colors of #BA817B
Black with #BA817B
Text Example
Text Example
White with #BA817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA817B; }
p { color: rgb(186,129,123); }
H1.HeaderClassName
{
color: #BA817B;
}
.AnyTagClassName
{
color: #BA817B;
}
</style>
background-color css
<style>
a { background-color: #BA817B; }
a { background-color: rgb(186,129,123); }
div.DivClassName
{
background-color: #BA817B;
}
.BgClassName
{
background-color: #BA817B;
}
</style>
border-color css
<style>
span { border-color: #BA817B; }
span { border-color: rgb(186,129,123); }
td.TdClassName
{
border-color: #BA817B;
}
.TagClassName
{
border-color: #BA817B;
}
</style>