Shades of Roti #BA9639
Tints of Roti #BA9639
RGB
CMYK
RGB Variations
Color information
#BA9639 (or 0xBA9639) is known color: Roti. HEX triplet: BA, 96 and 39. RGB value is (186,150,57). Sum of RGB (Red+Green+Blue) = 186+150+57=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9639 is #4569C6. Grayscale: #969696. Windows color (decimal): -4549063 or 3774138. OLE color: 3774138.
HSL color Cylindrical-coordinate representation of color #BA9639: hue angle of 43.26º 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 #BA9639 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 57 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.27 |
| HSL | 43.26º | 0.53% | 0.48% | - |
| HSV(B) | 43.26º | 0.69% | 0.73% | - |
| XYZ | 31.89 | 32.55 | 8.47 | - |
| YUV | 150.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 57 | 0 | 0.19 | 0.69 | 0.27 | 43.26 | 0.53 | 0.48 |
| Hex | BA | 96 | 39 | 0 | 13 | 45 | 1B | 2B | 35 | 30 |
| Octal | 272 | 226 | 71 | 0 | 23 | 105 | 33 | 53 | 65 | 60 |
| Binary | 10111010 | 10010110 | 111001 | 0 | 10011 | 1000101 | 11011 | 101011 | 110101 | 110000 |
Color Harmonies of #BA9639
Complementary color
Monochromatic Colors of #BA9639
Black with #BA9639
Text Example
Text Example
White with #BA9639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9639; }
p { color: rgb(186,150,57); }
H1.HeaderClassName
{
color: #BA9639;
}
.AnyTagClassName
{
color: #BA9639;
}
</style>
background-color css
<style>
a { background-color: #BA9639; }
a { background-color: rgb(186,150,57); }
div.DivClassName
{
background-color: #BA9639;
}
.BgClassName
{
background-color: #BA9639;
}
</style>
border-color css
<style>
span { border-color: #BA9639; }
span { border-color: rgb(186,150,57); }
td.TdClassName
{
border-color: #BA9639;
}
.TagClassName
{
border-color: #BA9639;
}
</style>