Shades of Roti #BA9C36
Tints of Roti #BA9C36
RGB
CMYK
RGB Variations
Color information
#BA9C36 (or 0xBA9C36) is known color: Roti. HEX triplet: BA, 9C and 36. RGB value is (186,156,54). Sum of RGB (Red+Green+Blue) = 186+156+54=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C36 is #4563C9. Grayscale: #999999. Windows color (decimal): -4547530 or 3579066. OLE color: 3579066.
HSL color Cylindrical-coordinate representation of color #BA9C36: hue angle of 46.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA9C36 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 54 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.27 |
| HSL | 46.36º | 0.55% | 0.47% | - |
| HSV(B) | 46.36º | 0.71% | 0.73% | - |
| XYZ | 32.8 | 34.48 | 8.42 | - |
| YUV | 153.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 54 | 0 | 0.16 | 0.71 | 0.27 | 46.36 | 0.55 | 0.47 |
| Hex | BA | 9C | 36 | 0 | 10 | 47 | 1B | 2E | 37 | 2F |
| Octal | 272 | 234 | 66 | 0 | 20 | 107 | 33 | 56 | 67 | 57 |
| Binary | 10111010 | 10011100 | 110110 | 0 | 10000 | 1000111 | 11011 | 101110 | 110111 | 101111 |
Color Harmonies of #BA9C36
Complementary color
Monochromatic Colors of #BA9C36
Black with #BA9C36
Text Example
Text Example
White with #BA9C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C36; }
p { color: rgb(186,156,54); }
H1.HeaderClassName
{
color: #BA9C36;
}
.AnyTagClassName
{
color: #BA9C36;
}
</style>
background-color css
<style>
a { background-color: #BA9C36; }
a { background-color: rgb(186,156,54); }
div.DivClassName
{
background-color: #BA9C36;
}
.BgClassName
{
background-color: #BA9C36;
}
</style>
border-color css
<style>
span { border-color: #BA9C36; }
span { border-color: rgb(186,156,54); }
td.TdClassName
{
border-color: #BA9C36;
}
.TagClassName
{
border-color: #BA9C36;
}
</style>