Shades of Buddha Gold #BA991C
Tints of Buddha Gold #BA991C
RGB
CMYK
RGB Variations
Color information
#BA991C (or 0xBA991C) is known color: Buddha Gold. HEX triplet: BA, 99 and 1C. RGB value is (186,153,28). Sum of RGB (Red+Green+Blue) = 186+153+28=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA991C is #4566E3. Grayscale: #959595. Windows color (decimal): -4548324 or 1874362. OLE color: 1874362.
HSL color Cylindrical-coordinate representation of color #BA991C: hue angle of 47.47º 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 #BA991C is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 28 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.27 |
| HSL | 47.47º | 0.74% | 0.42% | - |
| HSV(B) | 47.47º | 0.85% | 0.73% | - |
| XYZ | 31.85 | 33.31 | 5.85 | - |
| YUV | 148.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 28 | 0 | 0.18 | 0.85 | 0.27 | 47.47 | 0.74 | 0.42 |
| Hex | BA | 99 | 1C | 0 | 12 | 55 | 1B | 2F | 4A | 2A |
| Octal | 272 | 231 | 34 | 0 | 22 | 125 | 33 | 57 | 112 | 52 |
| Binary | 10111010 | 10011001 | 11100 | 0 | 10010 | 1010101 | 11011 | 101111 | 1001010 | 101010 |
Color Harmonies of #BA991C
Complementary color
Monochromatic Colors of #BA991C
Black with #BA991C
Text Example
Text Example
White with #BA991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA991C; }
p { color: rgb(186,153,28); }
H1.HeaderClassName
{
color: #BA991C;
}
.AnyTagClassName
{
color: #BA991C;
}
</style>
background-color css
<style>
a { background-color: #BA991C; }
a { background-color: rgb(186,153,28); }
div.DivClassName
{
background-color: #BA991C;
}
.BgClassName
{
background-color: #BA991C;
}
</style>
border-color css
<style>
span { border-color: #BA991C; }
span { border-color: rgb(186,153,28); }
td.TdClassName
{
border-color: #BA991C;
}
.TagClassName
{
border-color: #BA991C;
}
</style>