Shades of Roti #BA9E37
Tints of Roti #BA9E37
RGB
CMYK
RGB Variations
Color information
#BA9E37 (or 0xBA9E37) is known color: Roti. HEX triplet: BA, 9E and 37. RGB value is (186,158,55). Sum of RGB (Red+Green+Blue) = 186+158+55=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E37 is #4561C8. Grayscale: #9B9B9B. Windows color (decimal): -4547017 or 3645114. OLE color: 3645114.
HSL color Cylindrical-coordinate representation of color #BA9E37: hue angle of 47.18º 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 #BA9E37 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 55 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.27 |
| HSL | 47.18º | 0.54% | 0.47% | - |
| HSV(B) | 47.18º | 0.7% | 0.73% | - |
| XYZ | 33.17 | 35.17 | 8.65 | - |
| YUV | 154.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 55 | 0 | 0.15 | 0.70 | 0.27 | 47.18 | 0.54 | 0.47 |
| Hex | BA | 9E | 37 | 0 | F | 46 | 1B | 2F | 36 | 2F |
| Octal | 272 | 236 | 67 | 0 | 17 | 106 | 33 | 57 | 66 | 57 |
| Binary | 10111010 | 10011110 | 110111 | 0 | 1111 | 1000110 | 11011 | 101111 | 110110 | 101111 |
Color Harmonies of #BA9E37
Complementary color
Monochromatic Colors of #BA9E37
Black with #BA9E37
Text Example
Text Example
White with #BA9E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E37; }
p { color: rgb(186,158,55); }
H1.HeaderClassName
{
color: #BA9E37;
}
.AnyTagClassName
{
color: #BA9E37;
}
</style>
background-color css
<style>
a { background-color: #BA9E37; }
a { background-color: rgb(186,158,55); }
div.DivClassName
{
background-color: #BA9E37;
}
.BgClassName
{
background-color: #BA9E37;
}
</style>
border-color css
<style>
span { border-color: #BA9E37; }
span { border-color: rgb(186,158,55); }
td.TdClassName
{
border-color: #BA9E37;
}
.TagClassName
{
border-color: #BA9E37;
}
</style>