Shades of Roti #BA9944
Tints of Roti #BA9944
RGB
CMYK
RGB Variations
Color information
#BA9944 (or 0xBA9944) is known color: Roti. HEX triplet: BA, 99 and 44. RGB value is (186,153,68). Sum of RGB (Red+Green+Blue) = 186+153+68=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9944 is #4566BB. Grayscale: #999999. Windows color (decimal): -4548284 or 4495802. OLE color: 4495802.
HSL color Cylindrical-coordinate representation of color #BA9944: hue angle of 43.22º 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 #BA9944 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 68 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.27 |
| HSL | 43.22º | 0.46% | 0.5% | - |
| HSV(B) | 43.22º | 0.63% | 0.73% | - |
| XYZ | 32.68 | 33.64 | 10.24 | - |
| YUV | 153.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 68 | 0 | 0.18 | 0.63 | 0.27 | 43.22 | 0.46 | 0.5 |
| Hex | BA | 99 | 44 | 0 | 12 | 3F | 1B | 2B | 2E | 32 |
| Octal | 272 | 231 | 104 | 0 | 22 | 77 | 33 | 53 | 56 | 62 |
| Binary | 10111010 | 10011001 | 1000100 | 0 | 10010 | 111111 | 11011 | 101011 | 101110 | 110010 |
Color Harmonies of #BA9944
Complementary color
Monochromatic Colors of #BA9944
Black with #BA9944
Text Example
Text Example
White with #BA9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9944; }
p { color: rgb(186,153,68); }
H1.HeaderClassName
{
color: #BA9944;
}
.AnyTagClassName
{
color: #BA9944;
}
</style>
background-color css
<style>
a { background-color: #BA9944; }
a { background-color: rgb(186,153,68); }
div.DivClassName
{
background-color: #BA9944;
}
.BgClassName
{
background-color: #BA9944;
}
</style>
border-color css
<style>
span { border-color: #BA9944; }
span { border-color: rgb(186,153,68); }
td.TdClassName
{
border-color: #BA9944;
}
.TagClassName
{
border-color: #BA9944;
}
</style>