Shades of Roti #BA9739
Tints of Roti #BA9739
RGB
CMYK
RGB Variations
Color information
#BA9739 (or 0xBA9739) is known color: Roti. HEX triplet: BA, 97 and 39. RGB value is (186,151,57). Sum of RGB (Red+Green+Blue) = 186+151+57=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9739 is #4568C6. Grayscale: #979797. Windows color (decimal): -4548807 or 3774394. OLE color: 3774394.
HSL color Cylindrical-coordinate representation of color #BA9739: hue angle of 43.72º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA9739 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 57 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.27 |
| HSL | 43.72º | 0.53% | 0.48% | - |
| HSV(B) | 43.72º | 0.69% | 0.73% | - |
| XYZ | 32.05 | 32.87 | 8.53 | - |
| YUV | 150.75 | 75.1 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 57 | 0 | 0.19 | 0.69 | 0.27 | 43.72 | 0.53 | 0.48 |
| Hex | BA | 97 | 39 | 0 | 13 | 45 | 1B | 2C | 35 | 30 |
| Octal | 272 | 227 | 71 | 0 | 23 | 105 | 33 | 54 | 65 | 60 |
| Binary | 10111010 | 10010111 | 111001 | 0 | 10011 | 1000101 | 11011 | 101100 | 110101 | 110000 |
Color Harmonies of #BA9739
Complementary color
Monochromatic Colors of #BA9739
Black with #BA9739
Text Example
Text Example
White with #BA9739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9739; }
p { color: rgb(186,151,57); }
H1.HeaderClassName
{
color: #BA9739;
}
.AnyTagClassName
{
color: #BA9739;
}
</style>
background-color css
<style>
a { background-color: #BA9739; }
a { background-color: rgb(186,151,57); }
div.DivClassName
{
background-color: #BA9739;
}
.BgClassName
{
background-color: #BA9739;
}
</style>
border-color css
<style>
span { border-color: #BA9739; }
span { border-color: rgb(186,151,57); }
td.TdClassName
{
border-color: #BA9739;
}
.TagClassName
{
border-color: #BA9739;
}
</style>