Shades of Roti #BA9D3E
Tints of Roti #BA9D3E
RGB
CMYK
RGB Variations
Color information
#BA9D3E (or 0xBA9D3E) is known color: Roti. HEX triplet: BA, 9D and 3E. RGB value is (186,157,62). Sum of RGB (Red+Green+Blue) = 186+157+62=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D3E is #4562C1. Grayscale: #9B9B9B. Windows color (decimal): -4547266 or 4103610. OLE color: 4103610.
HSL color Cylindrical-coordinate representation of color #BA9D3E: hue angle of 45.97º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA9D3E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 62 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.27 |
| HSL | 45.97º | 0.5% | 0.49% | - |
| HSV(B) | 45.97º | 0.67% | 0.73% | - |
| XYZ | 33.18 | 34.9 | 9.55 | - |
| YUV | 154.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 62 | 0 | 0.16 | 0.67 | 0.27 | 45.97 | 0.5 | 0.49 |
| Hex | BA | 9D | 3E | 0 | 10 | 43 | 1B | 2E | 32 | 31 |
| Octal | 272 | 235 | 76 | 0 | 20 | 103 | 33 | 56 | 62 | 61 |
| Binary | 10111010 | 10011101 | 111110 | 0 | 10000 | 1000011 | 11011 | 101110 | 110010 | 110001 |
Color Harmonies of #BA9D3E
Complementary color
Monochromatic Colors of #BA9D3E
Black with #BA9D3E
Text Example
Text Example
White with #BA9D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D3E; }
p { color: rgb(186,157,62); }
H1.HeaderClassName
{
color: #BA9D3E;
}
.AnyTagClassName
{
color: #BA9D3E;
}
</style>
background-color css
<style>
a { background-color: #BA9D3E; }
a { background-color: rgb(186,157,62); }
div.DivClassName
{
background-color: #BA9D3E;
}
.BgClassName
{
background-color: #BA9D3E;
}
</style>
border-color css
<style>
span { border-color: #BA9D3E; }
span { border-color: rgb(186,157,62); }
td.TdClassName
{
border-color: #BA9D3E;
}
.TagClassName
{
border-color: #BA9D3E;
}
</style>