Shades of Roti #BA9A44
Tints of Roti #BA9A44
RGB
CMYK
RGB Variations
Color information
#BA9A44 (or 0xBA9A44) is known color: Roti. HEX triplet: BA, 9A and 44. RGB value is (186,154,68). Sum of RGB (Red+Green+Blue) = 186+154+68=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A44 is #4565BB. Grayscale: #9A9A9A. Windows color (decimal): -4548028 or 4496058. OLE color: 4496058.
HSL color Cylindrical-coordinate representation of color #BA9A44: hue angle of 43.73º 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 #BA9A44 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 68 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.27 |
| HSL | 43.73º | 0.46% | 0.5% | - |
| HSV(B) | 43.73º | 0.63% | 0.73% | - |
| XYZ | 32.85 | 33.97 | 10.29 | - |
| YUV | 153.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 68 | 0 | 0.17 | 0.63 | 0.27 | 43.73 | 0.46 | 0.5 |
| Hex | BA | 9A | 44 | 0 | 11 | 3F | 1B | 2C | 2E | 32 |
| Octal | 272 | 232 | 104 | 0 | 21 | 77 | 33 | 54 | 56 | 62 |
| Binary | 10111010 | 10011010 | 1000100 | 0 | 10001 | 111111 | 11011 | 101100 | 101110 | 110010 |
Color Harmonies of #BA9A44
Complementary color
Monochromatic Colors of #BA9A44
Black with #BA9A44
Text Example
Text Example
White with #BA9A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A44; }
p { color: rgb(186,154,68); }
H1.HeaderClassName
{
color: #BA9A44;
}
.AnyTagClassName
{
color: #BA9A44;
}
</style>
background-color css
<style>
a { background-color: #BA9A44; }
a { background-color: rgb(186,154,68); }
div.DivClassName
{
background-color: #BA9A44;
}
.BgClassName
{
background-color: #BA9A44;
}
</style>
border-color css
<style>
span { border-color: #BA9A44; }
span { border-color: rgb(186,154,68); }
td.TdClassName
{
border-color: #BA9A44;
}
.TagClassName
{
border-color: #BA9A44;
}
</style>