Shades of Roti #BA9B40
Tints of Roti #BA9B40
RGB
CMYK
RGB Variations
Color information
#BA9B40 (or 0xBA9B40) is known color: Roti. HEX triplet: BA, 9B and 40. RGB value is (186,155,64). Sum of RGB (Red+Green+Blue) = 186+155+64=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9B40 is #4564BF. Grayscale: #9A9A9A. Windows color (decimal): -4547776 or 4234170. OLE color: 4234170.
HSL color Cylindrical-coordinate representation of color #BA9B40: hue angle of 44.75º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA9B40 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 64 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.27 |
| HSL | 44.75º | 0.49% | 0.49% | - |
| HSV(B) | 44.75º | 0.66% | 0.73% | - |
| XYZ | 32.9 | 34.25 | 9.73 | - |
| YUV | 153.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 64 | 0 | 0.17 | 0.66 | 0.27 | 44.75 | 0.49 | 0.49 |
| Hex | BA | 9B | 40 | 0 | 11 | 42 | 1B | 2D | 31 | 31 |
| Octal | 272 | 233 | 100 | 0 | 21 | 102 | 33 | 55 | 61 | 61 |
| Binary | 10111010 | 10011011 | 1000000 | 0 | 10001 | 1000010 | 11011 | 101101 | 110001 | 110001 |
Color Harmonies of #BA9B40
Complementary color
Monochromatic Colors of #BA9B40
Black with #BA9B40
Text Example
Text Example
White with #BA9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B40; }
p { color: rgb(186,155,64); }
H1.HeaderClassName
{
color: #BA9B40;
}
.AnyTagClassName
{
color: #BA9B40;
}
</style>
background-color css
<style>
a { background-color: #BA9B40; }
a { background-color: rgb(186,155,64); }
div.DivClassName
{
background-color: #BA9B40;
}
.BgClassName
{
background-color: #BA9B40;
}
</style>
border-color css
<style>
span { border-color: #BA9B40; }
span { border-color: rgb(186,155,64); }
td.TdClassName
{
border-color: #BA9B40;
}
.TagClassName
{
border-color: #BA9B40;
}
</style>