Shades of Roti #BA943F
Tints of Roti #BA943F
RGB
CMYK
RGB Variations
Color information
#BA943F (or 0xBA943F) is known color: Roti. HEX triplet: BA, 94 and 3F. RGB value is (186,148,63). Sum of RGB (Red+Green+Blue) = 186+148+63=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA943F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA943F is #456BC0. Grayscale: #969696. Windows color (decimal): -4549569 or 4166842. OLE color: 4166842.
HSL color Cylindrical-coordinate representation of color #BA943F: hue angle of 41.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA943F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 63 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.27 |
| HSL | 41.46º | 0.49% | 0.49% | - |
| HSV(B) | 41.46º | 0.66% | 0.73% | - |
| XYZ | 31.74 | 31.98 | 9.2 | - |
| YUV | 149.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 63 | 0 | 0.20 | 0.66 | 0.27 | 41.46 | 0.49 | 0.49 |
| Hex | BA | 94 | 3F | 0 | 14 | 42 | 1B | 29 | 31 | 31 |
| Octal | 272 | 224 | 77 | 0 | 24 | 102 | 33 | 51 | 61 | 61 |
| Binary | 10111010 | 10010100 | 111111 | 0 | 10100 | 1000010 | 11011 | 101001 | 110001 | 110001 |
Color Harmonies of #BA943F
Complementary color
Monochromatic Colors of #BA943F
Black with #BA943F
Text Example
Text Example
White with #BA943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA943F; }
p { color: rgb(186,148,63); }
H1.HeaderClassName
{
color: #BA943F;
}
.AnyTagClassName
{
color: #BA943F;
}
</style>
background-color css
<style>
a { background-color: #BA943F; }
a { background-color: rgb(186,148,63); }
div.DivClassName
{
background-color: #BA943F;
}
.BgClassName
{
background-color: #BA943F;
}
</style>
border-color css
<style>
span { border-color: #BA943F; }
span { border-color: rgb(186,148,63); }
td.TdClassName
{
border-color: #BA943F;
}
.TagClassName
{
border-color: #BA943F;
}
</style>