Shades of Roti #BA9843
Tints of Roti #BA9843
RGB
CMYK
RGB Variations
Color information
#BA9843 (or 0xBA9843) is known color: Roti. HEX triplet: BA, 98 and 43. RGB value is (186,152,67). Sum of RGB (Red+Green+Blue) = 186+152+67=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9843 is #4567BC. Grayscale: #989898. Windows color (decimal): -4548541 or 4430010. OLE color: 4430010.
HSL color Cylindrical-coordinate representation of color #BA9843: hue angle of 42.86º 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 #BA9843 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 67 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.27 |
| HSL | 42.86º | 0.47% | 0.5% | - |
| HSV(B) | 42.86º | 0.64% | 0.73% | - |
| XYZ | 32.49 | 33.3 | 10.03 | - |
| YUV | 152.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 67 | 0 | 0.18 | 0.64 | 0.27 | 42.86 | 0.47 | 0.5 |
| Hex | BA | 98 | 43 | 0 | 12 | 40 | 1B | 2B | 2F | 32 |
| Octal | 272 | 230 | 103 | 0 | 22 | 100 | 33 | 53 | 57 | 62 |
| Binary | 10111010 | 10011000 | 1000011 | 0 | 10010 | 1000000 | 11011 | 101011 | 101111 | 110010 |
Color Harmonies of #BA9843
Complementary color
Monochromatic Colors of #BA9843
Black with #BA9843
Text Example
Text Example
White with #BA9843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9843; }
p { color: rgb(186,152,67); }
H1.HeaderClassName
{
color: #BA9843;
}
.AnyTagClassName
{
color: #BA9843;
}
</style>
background-color css
<style>
a { background-color: #BA9843; }
a { background-color: rgb(186,152,67); }
div.DivClassName
{
background-color: #BA9843;
}
.BgClassName
{
background-color: #BA9843;
}
</style>
border-color css
<style>
span { border-color: #BA9843; }
span { border-color: rgb(186,152,67); }
td.TdClassName
{
border-color: #BA9843;
}
.TagClassName
{
border-color: #BA9843;
}
</style>