Shades of Roti #BA973C
Tints of Roti #BA973C
RGB
CMYK
RGB Variations
Color information
#BA973C (or 0xBA973C) is known color: Roti. HEX triplet: BA, 97 and 3C. RGB value is (186,151,60). Sum of RGB (Red+Green+Blue) = 186+151+60=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA973C is #4568C3. Grayscale: #979797. Windows color (decimal): -4548804 or 3971002. OLE color: 3971002.
HSL color Cylindrical-coordinate representation of color #BA973C: hue angle of 43.33º 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 #BA973C is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 60 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.27 |
| HSL | 43.33º | 0.51% | 0.48% | - |
| HSV(B) | 43.33º | 0.68% | 0.73% | - |
| XYZ | 32.13 | 32.9 | 8.93 | - |
| YUV | 151.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 60 | 0 | 0.19 | 0.68 | 0.27 | 43.33 | 0.51 | 0.48 |
| Hex | BA | 97 | 3C | 0 | 13 | 44 | 1B | 2B | 33 | 30 |
| Octal | 272 | 227 | 74 | 0 | 23 | 104 | 33 | 53 | 63 | 60 |
| Binary | 10111010 | 10010111 | 111100 | 0 | 10011 | 1000100 | 11011 | 101011 | 110011 | 110000 |
Color Harmonies of #BA973C
Complementary color
Monochromatic Colors of #BA973C
Black with #BA973C
Text Example
Text Example
White with #BA973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA973C; }
p { color: rgb(186,151,60); }
H1.HeaderClassName
{
color: #BA973C;
}
.AnyTagClassName
{
color: #BA973C;
}
</style>
background-color css
<style>
a { background-color: #BA973C; }
a { background-color: rgb(186,151,60); }
div.DivClassName
{
background-color: #BA973C;
}
.BgClassName
{
background-color: #BA973C;
}
</style>
border-color css
<style>
span { border-color: #BA973C; }
span { border-color: rgb(186,151,60); }
td.TdClassName
{
border-color: #BA973C;
}
.TagClassName
{
border-color: #BA973C;
}
</style>