Shades of Roti #BA9B47
Tints of Roti #BA9B47
RGB
CMYK
RGB Variations
Color information
#BA9B47 (or 0xBA9B47) is known color: Roti. HEX triplet: BA, 9B and 47. RGB value is (186,155,71). Sum of RGB (Red+Green+Blue) = 186+155+71=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9B47 is #4564B8. Grayscale: #9B9B9B. Windows color (decimal): -4547769 or 4692922. OLE color: 4692922.
HSL color Cylindrical-coordinate representation of color #BA9B47: hue angle of 43.83º 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 #BA9B47 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 71 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.27 |
| HSL | 43.83º | 0.45% | 0.5% | - |
| HSV(B) | 43.83º | 0.62% | 0.73% | - |
| XYZ | 33.11 | 34.34 | 10.84 | - |
| YUV | 154.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 71 | 0 | 0.17 | 0.62 | 0.27 | 43.83 | 0.45 | 0.5 |
| Hex | BA | 9B | 47 | 0 | 11 | 3E | 1B | 2C | 2D | 32 |
| Octal | 272 | 233 | 107 | 0 | 21 | 76 | 33 | 54 | 55 | 62 |
| Binary | 10111010 | 10011011 | 1000111 | 0 | 10001 | 111110 | 11011 | 101100 | 101101 | 110010 |
Color Harmonies of #BA9B47
Complementary color
Monochromatic Colors of #BA9B47
Black with #BA9B47
Text Example
Text Example
White with #BA9B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B47; }
p { color: rgb(186,155,71); }
H1.HeaderClassName
{
color: #BA9B47;
}
.AnyTagClassName
{
color: #BA9B47;
}
</style>
background-color css
<style>
a { background-color: #BA9B47; }
a { background-color: rgb(186,155,71); }
div.DivClassName
{
background-color: #BA9B47;
}
.BgClassName
{
background-color: #BA9B47;
}
</style>
border-color css
<style>
span { border-color: #BA9B47; }
span { border-color: rgb(186,155,71); }
td.TdClassName
{
border-color: #BA9B47;
}
.TagClassName
{
border-color: #BA9B47;
}
</style>