Shades of Roti #BA9837
Tints of Roti #BA9837
RGB
CMYK
RGB Variations
Color information
#BA9837 (or 0xBA9837) is known color: Roti. HEX triplet: BA, 98 and 37. RGB value is (186,152,55). Sum of RGB (Red+Green+Blue) = 186+152+55=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9837 is #4567C8. Grayscale: #979797. Windows color (decimal): -4548553 or 3643578. OLE color: 3643578.
HSL color Cylindrical-coordinate representation of color #BA9837: hue angle of 44.43º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA9837 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 55 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.27 |
| HSL | 44.43º | 0.54% | 0.47% | - |
| HSV(B) | 44.43º | 0.7% | 0.73% | - |
| XYZ | 32.17 | 33.17 | 8.32 | - |
| YUV | 151.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 55 | 0 | 0.18 | 0.70 | 0.27 | 44.43 | 0.54 | 0.47 |
| Hex | BA | 98 | 37 | 0 | 12 | 46 | 1B | 2C | 36 | 2F |
| Octal | 272 | 230 | 67 | 0 | 22 | 106 | 33 | 54 | 66 | 57 |
| Binary | 10111010 | 10011000 | 110111 | 0 | 10010 | 1000110 | 11011 | 101100 | 110110 | 101111 |
Color Harmonies of #BA9837
Complementary color
Monochromatic Colors of #BA9837
Black with #BA9837
Text Example
Text Example
White with #BA9837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9837; }
p { color: rgb(186,152,55); }
H1.HeaderClassName
{
color: #BA9837;
}
.AnyTagClassName
{
color: #BA9837;
}
</style>
background-color css
<style>
a { background-color: #BA9837; }
a { background-color: rgb(186,152,55); }
div.DivClassName
{
background-color: #BA9837;
}
.BgClassName
{
background-color: #BA9837;
}
</style>
border-color css
<style>
span { border-color: #BA9837; }
span { border-color: rgb(186,152,55); }
td.TdClassName
{
border-color: #BA9837;
}
.TagClassName
{
border-color: #BA9837;
}
</style>