Shades of Buddha Gold #BAA907
Tints of Buddha Gold #BAA907
RGB
CMYK
RGB Variations
Color information
#BAA907 (or 0xBAA907) is known color: Buddha Gold. HEX triplet: BA, A9 and 07. RGB value is (186,169,7). Sum of RGB (Red+Green+Blue) = 186+169+7=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA907 is #4556F8. Grayscale: #9C9C9C. Windows color (decimal): -4544249 or 502202. OLE color: 502202.
HSL color Cylindrical-coordinate representation of color #BAA907: hue angle of 54.3º degrees, saturation: 0.93, 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 #BAA907 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 7 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.27 |
| HSL | 54.3º | 0.93% | 0.38% | - |
| HSV(B) | 54.3º | 0.96% | 0.73% | - |
| XYZ | 34.48 | 38.83 | 5.88 | - |
| YUV | 155.62 | 44.13 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 7 | 0 | 0.09 | 0.96 | 0.27 | 54.3 | 0.93 | 0.38 |
| Hex | BA | A9 | 7 | 0 | 9 | 60 | 1B | 36 | 5D | 26 |
| Octal | 272 | 251 | 7 | 0 | 11 | 140 | 33 | 66 | 135 | 46 |
| Binary | 10111010 | 10101001 | 111 | 0 | 1001 | 1100000 | 11011 | 110110 | 1011101 | 100110 |
Color Harmonies of #BAA907
Complementary color
Monochromatic Colors of #BAA907
Black with #BAA907
Text Example
Text Example
White with #BAA907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA907; }
p { color: rgb(186,169,7); }
H1.HeaderClassName
{
color: #BAA907;
}
.AnyTagClassName
{
color: #BAA907;
}
</style>
background-color css
<style>
a { background-color: #BAA907; }
a { background-color: rgb(186,169,7); }
div.DivClassName
{
background-color: #BAA907;
}
.BgClassName
{
background-color: #BAA907;
}
</style>
border-color css
<style>
span { border-color: #BAA907; }
span { border-color: rgb(186,169,7); }
td.TdClassName
{
border-color: #BAA907;
}
.TagClassName
{
border-color: #BAA907;
}
</style>