Shades of Buddha Gold #BA911C
Tints of Buddha Gold #BA911C
RGB
CMYK
RGB Variations
Color information
#BA911C (or 0xBA911C) is known color: Buddha Gold. HEX triplet: BA, 91 and 1C. RGB value is (186,145,28). Sum of RGB (Red+Green+Blue) = 186+145+28=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA911C is #456EE3. Grayscale: #909090. Windows color (decimal): -4550372 or 1872314. OLE color: 1872314.
HSL color Cylindrical-coordinate representation of color #BA911C: hue angle of 44.43º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA911C is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 28 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.27 |
| HSL | 44.43º | 0.74% | 0.42% | - |
| HSV(B) | 44.43º | 0.85% | 0.73% | - |
| XYZ | 30.58 | 30.77 | 5.43 | - |
| YUV | 143.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 28 | 0 | 0.22 | 0.85 | 0.27 | 44.43 | 0.74 | 0.42 |
| Hex | BA | 91 | 1C | 0 | 16 | 55 | 1B | 2C | 4A | 2A |
| Octal | 272 | 221 | 34 | 0 | 26 | 125 | 33 | 54 | 112 | 52 |
| Binary | 10111010 | 10010001 | 11100 | 0 | 10110 | 1010101 | 11011 | 101100 | 1001010 | 101010 |
Color Harmonies of #BA911C
Complementary color
Monochromatic Colors of #BA911C
Black with #BA911C
Text Example
Text Example
White with #BA911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA911C; }
p { color: rgb(186,145,28); }
H1.HeaderClassName
{
color: #BA911C;
}
.AnyTagClassName
{
color: #BA911C;
}
</style>
background-color css
<style>
a { background-color: #BA911C; }
a { background-color: rgb(186,145,28); }
div.DivClassName
{
background-color: #BA911C;
}
.BgClassName
{
background-color: #BA911C;
}
</style>
border-color css
<style>
span { border-color: #BA911C; }
span { border-color: rgb(186,145,28); }
td.TdClassName
{
border-color: #BA911C;
}
.TagClassName
{
border-color: #BA911C;
}
</style>