Shades of Roti #BA9849
Tints of Roti #BA9849
RGB
CMYK
RGB Variations
Color information
#BA9849 (or 0xBA9849) is known color: Roti. HEX triplet: BA, 98 and 49. RGB value is (186,152,73). Sum of RGB (Red+Green+Blue) = 186+152+73=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9849 is #4567B6. Grayscale: #999999. Windows color (decimal): -4548535 or 4823226. OLE color: 4823226.
HSL color Cylindrical-coordinate representation of color #BA9849: hue angle of 41.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA9849 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 73 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.27 |
| HSL | 41.95º | 0.45% | 0.51% | - |
| HSV(B) | 41.95º | 0.61% | 0.73% | - |
| XYZ | 32.68 | 33.38 | 11.02 | - |
| YUV | 153.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 73 | 0 | 0.18 | 0.61 | 0.27 | 41.95 | 0.45 | 0.51 |
| Hex | BA | 98 | 49 | 0 | 12 | 3D | 1B | 2A | 2D | 33 |
| Octal | 272 | 230 | 111 | 0 | 22 | 75 | 33 | 52 | 55 | 63 |
| Binary | 10111010 | 10011000 | 1001001 | 0 | 10010 | 111101 | 11011 | 101010 | 101101 | 110011 |
Color Harmonies of #BA9849
Complementary color
Monochromatic Colors of #BA9849
Black with #BA9849
Text Example
Text Example
White with #BA9849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9849; }
p { color: rgb(186,152,73); }
H1.HeaderClassName
{
color: #BA9849;
}
.AnyTagClassName
{
color: #BA9849;
}
</style>
background-color css
<style>
a { background-color: #BA9849; }
a { background-color: rgb(186,152,73); }
div.DivClassName
{
background-color: #BA9849;
}
.BgClassName
{
background-color: #BA9849;
}
</style>
border-color css
<style>
span { border-color: #BA9849; }
span { border-color: rgb(186,152,73); }
td.TdClassName
{
border-color: #BA9849;
}
.TagClassName
{
border-color: #BA9849;
}
</style>