Shades of Roti #BA9A45
Tints of Roti #BA9A45
RGB
CMYK
RGB Variations
Color information
#BA9A45 (or 0xBA9A45) is known color: Roti. HEX triplet: BA, 9A and 45. RGB value is (186,154,69). Sum of RGB (Red+Green+Blue) = 186+154+69=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A45 is #4565BA. Grayscale: #9A9A9A. Windows color (decimal): -4548027 or 4561594. OLE color: 4561594.
HSL color Cylindrical-coordinate representation of color #BA9A45: hue angle of 43.59º 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 #BA9A45 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 69 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.27 |
| HSL | 43.59º | 0.46% | 0.5% | - |
| HSV(B) | 43.59º | 0.63% | 0.73% | - |
| XYZ | 32.88 | 33.98 | 10.46 | - |
| YUV | 153.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 69 | 0 | 0.17 | 0.63 | 0.27 | 43.59 | 0.46 | 0.5 |
| Hex | BA | 9A | 45 | 0 | 11 | 3F | 1B | 2C | 2E | 32 |
| Octal | 272 | 232 | 105 | 0 | 21 | 77 | 33 | 54 | 56 | 62 |
| Binary | 10111010 | 10011010 | 1000101 | 0 | 10001 | 111111 | 11011 | 101100 | 101110 | 110010 |
Color Harmonies of #BA9A45
Complementary color
Monochromatic Colors of #BA9A45
Black with #BA9A45
Text Example
Text Example
White with #BA9A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A45; }
p { color: rgb(186,154,69); }
H1.HeaderClassName
{
color: #BA9A45;
}
.AnyTagClassName
{
color: #BA9A45;
}
</style>
background-color css
<style>
a { background-color: #BA9A45; }
a { background-color: rgb(186,154,69); }
div.DivClassName
{
background-color: #BA9A45;
}
.BgClassName
{
background-color: #BA9A45;
}
</style>
border-color css
<style>
span { border-color: #BA9A45; }
span { border-color: rgb(186,154,69); }
td.TdClassName
{
border-color: #BA9A45;
}
.TagClassName
{
border-color: #BA9A45;
}
</style>