Shades of Roti #BA9F44
Tints of Roti #BA9F44
RGB
CMYK
RGB Variations
Color information
#BA9F44 (or 0xBA9F44) is known color: Roti. HEX triplet: BA, 9F and 44. RGB value is (186,159,68). Sum of RGB (Red+Green+Blue) = 186+159+68=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F44 is #4560BB. Grayscale: #9D9D9D. Windows color (decimal): -4546748 or 4497338. OLE color: 4497338.
HSL color Cylindrical-coordinate representation of color #BA9F44: hue angle of 46.27º 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 #BA9F44 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 68 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.27 |
| HSL | 46.27º | 0.46% | 0.5% | - |
| HSV(B) | 46.27º | 0.63% | 0.73% | - |
| XYZ | 33.69 | 35.65 | 10.57 | - |
| YUV | 156.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 68 | 0 | 0.15 | 0.63 | 0.27 | 46.27 | 0.46 | 0.5 |
| Hex | BA | 9F | 44 | 0 | F | 3F | 1B | 2E | 2E | 32 |
| Octal | 272 | 237 | 104 | 0 | 17 | 77 | 33 | 56 | 56 | 62 |
| Binary | 10111010 | 10011111 | 1000100 | 0 | 1111 | 111111 | 11011 | 101110 | 101110 | 110010 |
Color Harmonies of #BA9F44
Complementary color
Monochromatic Colors of #BA9F44
Black with #BA9F44
Text Example
Text Example
White with #BA9F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F44; }
p { color: rgb(186,159,68); }
H1.HeaderClassName
{
color: #BA9F44;
}
.AnyTagClassName
{
color: #BA9F44;
}
</style>
background-color css
<style>
a { background-color: #BA9F44; }
a { background-color: rgb(186,159,68); }
div.DivClassName
{
background-color: #BA9F44;
}
.BgClassName
{
background-color: #BA9F44;
}
</style>
border-color css
<style>
span { border-color: #BA9F44; }
span { border-color: rgb(186,159,68); }
td.TdClassName
{
border-color: #BA9F44;
}
.TagClassName
{
border-color: #BA9F44;
}
</style>