Shades of Roti #BA9845
Tints of Roti #BA9845
RGB
CMYK
RGB Variations
Color information
#BA9845 (or 0xBA9845) is known color: Roti. HEX triplet: BA, 98 and 45. RGB value is (186,152,69). Sum of RGB (Red+Green+Blue) = 186+152+69=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9845 is #4567BA. Grayscale: #999999. Windows color (decimal): -4548539 or 4561082. OLE color: 4561082.
HSL color Cylindrical-coordinate representation of color #BA9845: hue angle of 42.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA9845 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 69 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.27 |
| HSL | 42.56º | 0.46% | 0.5% | - |
| HSV(B) | 42.56º | 0.63% | 0.73% | - |
| XYZ | 32.55 | 33.33 | 10.35 | - |
| YUV | 152.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 69 | 0 | 0.18 | 0.63 | 0.27 | 42.56 | 0.46 | 0.5 |
| Hex | BA | 98 | 45 | 0 | 12 | 3F | 1B | 2B | 2E | 32 |
| Octal | 272 | 230 | 105 | 0 | 22 | 77 | 33 | 53 | 56 | 62 |
| Binary | 10111010 | 10011000 | 1000101 | 0 | 10010 | 111111 | 11011 | 101011 | 101110 | 110010 |
Color Harmonies of #BA9845
Complementary color
Monochromatic Colors of #BA9845
Black with #BA9845
Text Example
Text Example
White with #BA9845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9845; }
p { color: rgb(186,152,69); }
H1.HeaderClassName
{
color: #BA9845;
}
.AnyTagClassName
{
color: #BA9845;
}
</style>
background-color css
<style>
a { background-color: #BA9845; }
a { background-color: rgb(186,152,69); }
div.DivClassName
{
background-color: #BA9845;
}
.BgClassName
{
background-color: #BA9845;
}
</style>
border-color css
<style>
span { border-color: #BA9845; }
span { border-color: rgb(186,152,69); }
td.TdClassName
{
border-color: #BA9845;
}
.TagClassName
{
border-color: #BA9845;
}
</style>