Shades of Roti #BA9C37
Tints of Roti #BA9C37
RGB
CMYK
RGB Variations
Color information
#BA9C37 (or 0xBA9C37) is known color: Roti. HEX triplet: BA, 9C and 37. RGB value is (186,156,55). Sum of RGB (Red+Green+Blue) = 186+156+55=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C37 is #4563C8. Grayscale: #999999. Windows color (decimal): -4547529 or 3644602. OLE color: 3644602.
HSL color Cylindrical-coordinate representation of color #BA9C37: hue angle of 46.26º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA9C37 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 55 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.27 |
| HSL | 46.26º | 0.54% | 0.47% | - |
| HSV(B) | 46.26º | 0.7% | 0.73% | - |
| XYZ | 32.83 | 34.49 | 8.54 | - |
| YUV | 153.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 55 | 0 | 0.16 | 0.70 | 0.27 | 46.26 | 0.54 | 0.47 |
| Hex | BA | 9C | 37 | 0 | 10 | 46 | 1B | 2E | 36 | 2F |
| Octal | 272 | 234 | 67 | 0 | 20 | 106 | 33 | 56 | 66 | 57 |
| Binary | 10111010 | 10011100 | 110111 | 0 | 10000 | 1000110 | 11011 | 101110 | 110110 | 101111 |
Color Harmonies of #BA9C37
Complementary color
Monochromatic Colors of #BA9C37
Black with #BA9C37
Text Example
Text Example
White with #BA9C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C37; }
p { color: rgb(186,156,55); }
H1.HeaderClassName
{
color: #BA9C37;
}
.AnyTagClassName
{
color: #BA9C37;
}
</style>
background-color css
<style>
a { background-color: #BA9C37; }
a { background-color: rgb(186,156,55); }
div.DivClassName
{
background-color: #BA9C37;
}
.BgClassName
{
background-color: #BA9C37;
}
</style>
border-color css
<style>
span { border-color: #BA9C37; }
span { border-color: rgb(186,156,55); }
td.TdClassName
{
border-color: #BA9C37;
}
.TagClassName
{
border-color: #BA9C37;
}
</style>