Shades of Buddha Gold #BAA417
Tints of Buddha Gold #BAA417
RGB
CMYK
RGB Variations
Color information
#BAA417 (or 0xBAA417) is known color: Buddha Gold. HEX triplet: BA, A4 and 17. RGB value is (186,164,23). Sum of RGB (Red+Green+Blue) = 186+164+23=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA417 is #455BE8. Grayscale: #9B9B9B. Windows color (decimal): -4545513 or 1549498. OLE color: 1549498.
HSL color Cylindrical-coordinate representation of color #BAA417: hue angle of 51.9º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAA417 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 23 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.27 |
| HSL | 51.9º | 0.78% | 0.41% | - |
| HSV(B) | 51.9º | 0.88% | 0.73% | - |
| XYZ | 33.68 | 37.05 | 6.19 | - |
| YUV | 154.5 | 53.79 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 23 | 0 | 0.12 | 0.88 | 0.27 | 51.9 | 0.78 | 0.41 |
| Hex | BA | A4 | 17 | 0 | C | 58 | 1B | 34 | 4E | 29 |
| Octal | 272 | 244 | 27 | 0 | 14 | 130 | 33 | 64 | 116 | 51 |
| Binary | 10111010 | 10100100 | 10111 | 0 | 1100 | 1011000 | 11011 | 110100 | 1001110 | 101001 |
Color Harmonies of #BAA417
Complementary color
Monochromatic Colors of #BAA417
Black with #BAA417
Text Example
Text Example
White with #BAA417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA417; }
p { color: rgb(186,164,23); }
H1.HeaderClassName
{
color: #BAA417;
}
.AnyTagClassName
{
color: #BAA417;
}
</style>
background-color css
<style>
a { background-color: #BAA417; }
a { background-color: rgb(186,164,23); }
div.DivClassName
{
background-color: #BAA417;
}
.BgClassName
{
background-color: #BAA417;
}
</style>
border-color css
<style>
span { border-color: #BAA417; }
span { border-color: rgb(186,164,23); }
td.TdClassName
{
border-color: #BAA417;
}
.TagClassName
{
border-color: #BAA417;
}
</style>