Shades of Roti #BA943C
Tints of Roti #BA943C
RGB
CMYK
RGB Variations
Color information
#BA943C (or 0xBA943C) is known color: Roti. HEX triplet: BA, 94 and 3C. RGB value is (186,148,60). Sum of RGB (Red+Green+Blue) = 186+148+60=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA943C is #456BC3. Grayscale: #959595. Windows color (decimal): -4549572 or 3970234. OLE color: 3970234.
HSL color Cylindrical-coordinate representation of color #BA943C: hue angle of 41.9º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA943C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 60 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.27 |
| HSL | 41.9º | 0.51% | 0.48% | - |
| HSV(B) | 41.9º | 0.68% | 0.73% | - |
| XYZ | 31.66 | 31.95 | 8.77 | - |
| YUV | 149.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 60 | 0 | 0.20 | 0.68 | 0.27 | 41.9 | 0.51 | 0.48 |
| Hex | BA | 94 | 3C | 0 | 14 | 44 | 1B | 2A | 33 | 30 |
| Octal | 272 | 224 | 74 | 0 | 24 | 104 | 33 | 52 | 63 | 60 |
| Binary | 10111010 | 10010100 | 111100 | 0 | 10100 | 1000100 | 11011 | 101010 | 110011 | 110000 |
Color Harmonies of #BA943C
Complementary color
Monochromatic Colors of #BA943C
Black with #BA943C
Text Example
Text Example
White with #BA943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA943C; }
p { color: rgb(186,148,60); }
H1.HeaderClassName
{
color: #BA943C;
}
.AnyTagClassName
{
color: #BA943C;
}
</style>
background-color css
<style>
a { background-color: #BA943C; }
a { background-color: rgb(186,148,60); }
div.DivClassName
{
background-color: #BA943C;
}
.BgClassName
{
background-color: #BA943C;
}
</style>
border-color css
<style>
span { border-color: #BA943C; }
span { border-color: rgb(186,148,60); }
td.TdClassName
{
border-color: #BA943C;
}
.TagClassName
{
border-color: #BA943C;
}
</style>