Shades of Buddha Gold #BA991D
Tints of Buddha Gold #BA991D
RGB
CMYK
RGB Variations
Color information
#BA991D (or 0xBA991D) is known color: Buddha Gold. HEX triplet: BA, 99 and 1D. RGB value is (186,153,29). Sum of RGB (Red+Green+Blue) = 186+153+29=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA991D is #4566E2. Grayscale: #959595. Windows color (decimal): -4548323 or 1939898. OLE color: 1939898.
HSL color Cylindrical-coordinate representation of color #BA991D: hue angle of 47.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA991D is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 29 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.27 |
| HSL | 47.39º | 0.73% | 0.42% | - |
| HSV(B) | 47.39º | 0.84% | 0.73% | - |
| XYZ | 31.86 | 33.31 | 5.91 | - |
| YUV | 148.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 29 | 0 | 0.18 | 0.84 | 0.27 | 47.39 | 0.73 | 0.42 |
| Hex | BA | 99 | 1D | 0 | 12 | 54 | 1B | 2F | 49 | 2A |
| Octal | 272 | 231 | 35 | 0 | 22 | 124 | 33 | 57 | 111 | 52 |
| Binary | 10111010 | 10011001 | 11101 | 0 | 10010 | 1010100 | 11011 | 101111 | 1001001 | 101010 |
Color Harmonies of #BA991D
Complementary color
Monochromatic Colors of #BA991D
Black with #BA991D
Text Example
Text Example
White with #BA991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA991D; }
p { color: rgb(186,153,29); }
H1.HeaderClassName
{
color: #BA991D;
}
.AnyTagClassName
{
color: #BA991D;
}
</style>
background-color css
<style>
a { background-color: #BA991D; }
a { background-color: rgb(186,153,29); }
div.DivClassName
{
background-color: #BA991D;
}
.BgClassName
{
background-color: #BA991D;
}
</style>
border-color css
<style>
span { border-color: #BA991D; }
span { border-color: rgb(186,153,29); }
td.TdClassName
{
border-color: #BA991D;
}
.TagClassName
{
border-color: #BA991D;
}
</style>