Shades of Roti #BA9943
Tints of Roti #BA9943
RGB
CMYK
RGB Variations
Color information
#BA9943 (or 0xBA9943) is known color: Roti. HEX triplet: BA, 99 and 43. RGB value is (186,153,67). Sum of RGB (Red+Green+Blue) = 186+153+67=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9943 is #4566BC. Grayscale: #999999. Windows color (decimal): -4548285 or 4430266. OLE color: 4430266.
HSL color Cylindrical-coordinate representation of color #BA9943: hue angle of 43.36º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA9943 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 67 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.27 |
| HSL | 43.36º | 0.47% | 0.5% | - |
| HSV(B) | 43.36º | 0.64% | 0.73% | - |
| XYZ | 32.65 | 33.63 | 10.08 | - |
| YUV | 153.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 67 | 0 | 0.18 | 0.64 | 0.27 | 43.36 | 0.47 | 0.5 |
| Hex | BA | 99 | 43 | 0 | 12 | 40 | 1B | 2B | 2F | 32 |
| Octal | 272 | 231 | 103 | 0 | 22 | 100 | 33 | 53 | 57 | 62 |
| Binary | 10111010 | 10011001 | 1000011 | 0 | 10010 | 1000000 | 11011 | 101011 | 101111 | 110010 |
Color Harmonies of #BA9943
Complementary color
Monochromatic Colors of #BA9943
Black with #BA9943
Text Example
Text Example
White with #BA9943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9943; }
p { color: rgb(186,153,67); }
H1.HeaderClassName
{
color: #BA9943;
}
.AnyTagClassName
{
color: #BA9943;
}
</style>
background-color css
<style>
a { background-color: #BA9943; }
a { background-color: rgb(186,153,67); }
div.DivClassName
{
background-color: #BA9943;
}
.BgClassName
{
background-color: #BA9943;
}
</style>
border-color css
<style>
span { border-color: #BA9943; }
span { border-color: rgb(186,153,67); }
td.TdClassName
{
border-color: #BA9943;
}
.TagClassName
{
border-color: #BA9943;
}
</style>