Shades of Roti #BA9244
Tints of Roti #BA9244
RGB
CMYK
RGB Variations
Color information
#BA9244 (or 0xBA9244) is known color: Roti. HEX triplet: BA, 92 and 44. RGB value is (186,146,68). Sum of RGB (Red+Green+Blue) = 186+146+68=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9244 is #456DBB. Grayscale: #959595. Windows color (decimal): -4550076 or 4494010. OLE color: 4494010.
HSL color Cylindrical-coordinate representation of color #BA9244: hue angle of 39.66º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA9244 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 68 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.27 |
| HSL | 39.66º | 0.46% | 0.5% | - |
| HSV(B) | 39.66º | 0.63% | 0.73% | - |
| XYZ | 31.57 | 31.41 | 9.87 | - |
| YUV | 149.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 68 | 0 | 0.22 | 0.63 | 0.27 | 39.66 | 0.46 | 0.5 |
| Hex | BA | 92 | 44 | 0 | 16 | 3F | 1B | 28 | 2E | 32 |
| Octal | 272 | 222 | 104 | 0 | 26 | 77 | 33 | 50 | 56 | 62 |
| Binary | 10111010 | 10010010 | 1000100 | 0 | 10110 | 111111 | 11011 | 101000 | 101110 | 110010 |
Color Harmonies of #BA9244
Complementary color
Monochromatic Colors of #BA9244
Black with #BA9244
Text Example
Text Example
White with #BA9244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9244; }
p { color: rgb(186,146,68); }
H1.HeaderClassName
{
color: #BA9244;
}
.AnyTagClassName
{
color: #BA9244;
}
</style>
background-color css
<style>
a { background-color: #BA9244; }
a { background-color: rgb(186,146,68); }
div.DivClassName
{
background-color: #BA9244;
}
.BgClassName
{
background-color: #BA9244;
}
</style>
border-color css
<style>
span { border-color: #BA9244; }
span { border-color: rgb(186,146,68); }
td.TdClassName
{
border-color: #BA9244;
}
.TagClassName
{
border-color: #BA9244;
}
</style>