Shades of Roti #BA9142
Tints of Roti #BA9142
RGB
CMYK
RGB Variations
Color information
#BA9142 (or 0xBA9142) is known color: Roti. HEX triplet: BA, 91 and 42. RGB value is (186,145,66). Sum of RGB (Red+Green+Blue) = 186+145+66=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9142 is #456EBD. Grayscale: #949494. Windows color (decimal): -4550334 or 4362682. OLE color: 4362682.
HSL color Cylindrical-coordinate representation of color #BA9142: hue angle of 39.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA9142 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 66 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.27 |
| HSL | 39.5º | 0.48% | 0.49% | - |
| HSV(B) | 39.5º | 0.65% | 0.73% | - |
| XYZ | 31.36 | 31.08 | 9.5 | - |
| YUV | 148.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 66 | 0 | 0.22 | 0.65 | 0.27 | 39.5 | 0.48 | 0.49 |
| Hex | BA | 91 | 42 | 0 | 16 | 41 | 1B | 28 | 30 | 31 |
| Octal | 272 | 221 | 102 | 0 | 26 | 101 | 33 | 50 | 60 | 61 |
| Binary | 10111010 | 10010001 | 1000010 | 0 | 10110 | 1000001 | 11011 | 101000 | 110000 | 110001 |
Color Harmonies of #BA9142
Complementary color
Monochromatic Colors of #BA9142
Black with #BA9142
Text Example
Text Example
White with #BA9142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9142; }
p { color: rgb(186,145,66); }
H1.HeaderClassName
{
color: #BA9142;
}
.AnyTagClassName
{
color: #BA9142;
}
</style>
background-color css
<style>
a { background-color: #BA9142; }
a { background-color: rgb(186,145,66); }
div.DivClassName
{
background-color: #BA9142;
}
.BgClassName
{
background-color: #BA9142;
}
</style>
border-color css
<style>
span { border-color: #BA9142; }
span { border-color: rgb(186,145,66); }
td.TdClassName
{
border-color: #BA9142;
}
.TagClassName
{
border-color: #BA9142;
}
</style>