Shades of Buddha Gold #BAA908
Tints of Buddha Gold #BAA908
RGB
CMYK
RGB Variations
Color information
#BAA908 (or 0xBAA908) is known color: Buddha Gold. HEX triplet: BA, A9 and 08. RGB value is (186,169,8). Sum of RGB (Red+Green+Blue) = 186+169+8=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA908 is #4556F7. Grayscale: #9C9C9C. Windows color (decimal): -4544248 or 567738. OLE color: 567738.
HSL color Cylindrical-coordinate representation of color #BAA908: hue angle of 54.27º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAA908 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.27 |
| HSL | 54.27º | 0.92% | 0.38% | - |
| HSV(B) | 54.27º | 0.96% | 0.73% | - |
| XYZ | 34.48 | 38.83 | 5.91 | - |
| YUV | 155.73 | 44.63 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 8 | 0 | 0.09 | 0.96 | 0.27 | 54.27 | 0.92 | 0.38 |
| Hex | BA | A9 | 8 | 0 | 9 | 60 | 1B | 36 | 5C | 26 |
| Octal | 272 | 251 | 10 | 0 | 11 | 140 | 33 | 66 | 134 | 46 |
| Binary | 10111010 | 10101001 | 1000 | 0 | 1001 | 1100000 | 11011 | 110110 | 1011100 | 100110 |
Color Harmonies of #BAA908
Complementary color
Monochromatic Colors of #BAA908
Black with #BAA908
Text Example
Text Example
White with #BAA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA908; }
p { color: rgb(186,169,8); }
H1.HeaderClassName
{
color: #BAA908;
}
.AnyTagClassName
{
color: #BAA908;
}
</style>
background-color css
<style>
a { background-color: #BAA908; }
a { background-color: rgb(186,169,8); }
div.DivClassName
{
background-color: #BAA908;
}
.BgClassName
{
background-color: #BAA908;
}
</style>
border-color css
<style>
span { border-color: #BAA908; }
span { border-color: rgb(186,169,8); }
td.TdClassName
{
border-color: #BAA908;
}
.TagClassName
{
border-color: #BAA908;
}
</style>