Shades of Roti #BA943D
Tints of Roti #BA943D
RGB
CMYK
RGB Variations
Color information
#BA943D (or 0xBA943D) is known color: Roti. HEX triplet: BA, 94 and 3D. RGB value is (186,148,61). Sum of RGB (Red+Green+Blue) = 186+148+61=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA943D is #456BC2. Grayscale: #959595. Windows color (decimal): -4549571 or 4035770. OLE color: 4035770.
HSL color Cylindrical-coordinate representation of color #BA943D: hue angle of 41.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA943D is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 61 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.27 |
| HSL | 41.76º | 0.51% | 0.48% | - |
| HSV(B) | 41.76º | 0.67% | 0.73% | - |
| XYZ | 31.68 | 31.96 | 8.91 | - |
| YUV | 149.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 61 | 0 | 0.20 | 0.67 | 0.27 | 41.76 | 0.51 | 0.48 |
| Hex | BA | 94 | 3D | 0 | 14 | 43 | 1B | 2A | 33 | 30 |
| Octal | 272 | 224 | 75 | 0 | 24 | 103 | 33 | 52 | 63 | 60 |
| Binary | 10111010 | 10010100 | 111101 | 0 | 10100 | 1000011 | 11011 | 101010 | 110011 | 110000 |
Color Harmonies of #BA943D
Complementary color
Monochromatic Colors of #BA943D
Black with #BA943D
Text Example
Text Example
White with #BA943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA943D; }
p { color: rgb(186,148,61); }
H1.HeaderClassName
{
color: #BA943D;
}
.AnyTagClassName
{
color: #BA943D;
}
</style>
background-color css
<style>
a { background-color: #BA943D; }
a { background-color: rgb(186,148,61); }
div.DivClassName
{
background-color: #BA943D;
}
.BgClassName
{
background-color: #BA943D;
}
</style>
border-color css
<style>
span { border-color: #BA943D; }
span { border-color: rgb(186,148,61); }
td.TdClassName
{
border-color: #BA943D;
}
.TagClassName
{
border-color: #BA943D;
}
</style>