Shades of Roti #BA9747
Tints of Roti #BA9747
RGB
CMYK
RGB Variations
Color information
#BA9747 (or 0xBA9747) is known color: Roti. HEX triplet: BA, 97 and 47. RGB value is (186,151,71). Sum of RGB (Red+Green+Blue) = 186+151+71=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9747 is #4568B8. Grayscale: #989898. Windows color (decimal): -4548793 or 4691898. OLE color: 4691898.
HSL color Cylindrical-coordinate representation of color #BA9747: hue angle of 41.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA9747 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 71 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.27 |
| HSL | 41.74º | 0.45% | 0.5% | - |
| HSV(B) | 41.74º | 0.62% | 0.73% | - |
| XYZ | 32.45 | 33.03 | 10.63 | - |
| YUV | 152.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 71 | 0 | 0.19 | 0.62 | 0.27 | 41.74 | 0.45 | 0.5 |
| Hex | BA | 97 | 47 | 0 | 13 | 3E | 1B | 2A | 2D | 32 |
| Octal | 272 | 227 | 107 | 0 | 23 | 76 | 33 | 52 | 55 | 62 |
| Binary | 10111010 | 10010111 | 1000111 | 0 | 10011 | 111110 | 11011 | 101010 | 101101 | 110010 |
Color Harmonies of #BA9747
Complementary color
Monochromatic Colors of #BA9747
Black with #BA9747
Text Example
Text Example
White with #BA9747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9747; }
p { color: rgb(186,151,71); }
H1.HeaderClassName
{
color: #BA9747;
}
.AnyTagClassName
{
color: #BA9747;
}
</style>
background-color css
<style>
a { background-color: #BA9747; }
a { background-color: rgb(186,151,71); }
div.DivClassName
{
background-color: #BA9747;
}
.BgClassName
{
background-color: #BA9747;
}
</style>
border-color css
<style>
span { border-color: #BA9747; }
span { border-color: rgb(186,151,71); }
td.TdClassName
{
border-color: #BA9747;
}
.TagClassName
{
border-color: #BA9747;
}
</style>