Shades of Roti #BA9346
Tints of Roti #BA9346
RGB
CMYK
RGB Variations
Color information
#BA9346 (or 0xBA9346) is known color: Roti. HEX triplet: BA, 93 and 46. RGB value is (186,147,70). Sum of RGB (Red+Green+Blue) = 186+147+70=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9346 is #456CB9. Grayscale: #969696. Windows color (decimal): -4549818 or 4625338. OLE color: 4625338.
HSL color Cylindrical-coordinate representation of color #BA9346: hue angle of 39.83º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA9346 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 70 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.27 |
| HSL | 39.83º | 0.46% | 0.5% | - |
| HSV(B) | 39.83º | 0.62% | 0.73% | - |
| XYZ | 31.79 | 31.75 | 10.25 | - |
| YUV | 149.88 | 82.92 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 70 | 0 | 0.21 | 0.62 | 0.27 | 39.83 | 0.46 | 0.5 |
| Hex | BA | 93 | 46 | 0 | 15 | 3E | 1B | 28 | 2E | 32 |
| Octal | 272 | 223 | 106 | 0 | 25 | 76 | 33 | 50 | 56 | 62 |
| Binary | 10111010 | 10010011 | 1000110 | 0 | 10101 | 111110 | 11011 | 101000 | 101110 | 110010 |
Color Harmonies of #BA9346
Complementary color
Monochromatic Colors of #BA9346
Black with #BA9346
Text Example
Text Example
White with #BA9346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9346; }
p { color: rgb(186,147,70); }
H1.HeaderClassName
{
color: #BA9346;
}
.AnyTagClassName
{
color: #BA9346;
}
</style>
background-color css
<style>
a { background-color: #BA9346; }
a { background-color: rgb(186,147,70); }
div.DivClassName
{
background-color: #BA9346;
}
.BgClassName
{
background-color: #BA9346;
}
</style>
border-color css
<style>
span { border-color: #BA9346; }
span { border-color: rgb(186,147,70); }
td.TdClassName
{
border-color: #BA9346;
}
.TagClassName
{
border-color: #BA9346;
}
</style>