Shades of Roti #BA9345
Tints of Roti #BA9345
RGB
CMYK
RGB Variations
Color information
#BA9345 (or 0xBA9345) is known color: Roti. HEX triplet: BA, 93 and 45. RGB value is (186,147,69). Sum of RGB (Red+Green+Blue) = 186+147+69=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9345 is #456CBA. Grayscale: #969696. Windows color (decimal): -4549819 or 4559802. OLE color: 4559802.
HSL color Cylindrical-coordinate representation of color #BA9345: hue angle of 40º 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 #BA9345 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 69 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.27 |
| HSL | 40º | 0.46% | 0.5% | - |
| HSV(B) | 40º | 0.63% | 0.73% | - |
| XYZ | 31.76 | 31.74 | 10.08 | - |
| YUV | 149.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 69 | 0 | 0.21 | 0.63 | 0.27 | 40 | 0.46 | 0.5 |
| Hex | BA | 93 | 45 | 0 | 15 | 3F | 1B | 28 | 2E | 32 |
| Octal | 272 | 223 | 105 | 0 | 25 | 77 | 33 | 50 | 56 | 62 |
| Binary | 10111010 | 10010011 | 1000101 | 0 | 10101 | 111111 | 11011 | 101000 | 101110 | 110010 |
Color Harmonies of #BA9345
Complementary color
Monochromatic Colors of #BA9345
Black with #BA9345
Text Example
Text Example
White with #BA9345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9345; }
p { color: rgb(186,147,69); }
H1.HeaderClassName
{
color: #BA9345;
}
.AnyTagClassName
{
color: #BA9345;
}
</style>
background-color css
<style>
a { background-color: #BA9345; }
a { background-color: rgb(186,147,69); }
div.DivClassName
{
background-color: #BA9345;
}
.BgClassName
{
background-color: #BA9345;
}
</style>
border-color css
<style>
span { border-color: #BA9345; }
span { border-color: rgb(186,147,69); }
td.TdClassName
{
border-color: #BA9345;
}
.TagClassName
{
border-color: #BA9345;
}
</style>