Shades of Roti #BA9B43
Tints of Roti #BA9B43
RGB
CMYK
RGB Variations
Color information
#BA9B43 (or 0xBA9B43) is known color: Roti. HEX triplet: BA, 9B and 43. RGB value is (186,155,67). Sum of RGB (Red+Green+Blue) = 186+155+67=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9B43 is #4564BC. Grayscale: #9A9A9A. Windows color (decimal): -4547773 or 4430778. OLE color: 4430778.
HSL color Cylindrical-coordinate representation of color #BA9B43: hue angle of 44.37º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA9B43 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 67 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.27 |
| HSL | 44.37º | 0.47% | 0.5% | - |
| HSV(B) | 44.37º | 0.64% | 0.73% | - |
| XYZ | 32.98 | 34.29 | 10.19 | - |
| YUV | 154.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 67 | 0 | 0.17 | 0.64 | 0.27 | 44.37 | 0.47 | 0.5 |
| Hex | BA | 9B | 43 | 0 | 11 | 40 | 1B | 2C | 2F | 32 |
| Octal | 272 | 233 | 103 | 0 | 21 | 100 | 33 | 54 | 57 | 62 |
| Binary | 10111010 | 10011011 | 1000011 | 0 | 10001 | 1000000 | 11011 | 101100 | 101111 | 110010 |
Color Harmonies of #BA9B43
Complementary color
Monochromatic Colors of #BA9B43
Black with #BA9B43
Text Example
Text Example
White with #BA9B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B43; }
p { color: rgb(186,155,67); }
H1.HeaderClassName
{
color: #BA9B43;
}
.AnyTagClassName
{
color: #BA9B43;
}
</style>
background-color css
<style>
a { background-color: #BA9B43; }
a { background-color: rgb(186,155,67); }
div.DivClassName
{
background-color: #BA9B43;
}
.BgClassName
{
background-color: #BA9B43;
}
</style>
border-color css
<style>
span { border-color: #BA9B43; }
span { border-color: rgb(186,155,67); }
td.TdClassName
{
border-color: #BA9B43;
}
.TagClassName
{
border-color: #BA9B43;
}
</style>