Shades of Buddha Gold #BA9D0F
Tints of Buddha Gold #BA9D0F
RGB
CMYK
RGB Variations
Color information
#BA9D0F (or 0xBA9D0F) is known color: Buddha Gold. HEX triplet: BA, 9D and 0F. RGB value is (186,157,15). Sum of RGB (Red+Green+Blue) = 186+157+15=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9D0F is #4562F0. Grayscale: #969696. Windows color (decimal): -4547313 or 1023418. OLE color: 1023418.
HSL color Cylindrical-coordinate representation of color #BA9D0F: hue angle of 49.82º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA9D0F is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 15 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.27 |
| HSL | 49.82º | 0.85% | 0.39% | - |
| HSV(B) | 49.82º | 0.92% | 0.73% | - |
| XYZ | 32.39 | 34.59 | 5.42 | - |
| YUV | 149.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 15 | 0 | 0.16 | 0.92 | 0.27 | 49.82 | 0.85 | 0.39 |
| Hex | BA | 9D | F | 0 | 10 | 5C | 1B | 32 | 55 | 27 |
| Octal | 272 | 235 | 17 | 0 | 20 | 134 | 33 | 62 | 125 | 47 |
| Binary | 10111010 | 10011101 | 1111 | 0 | 10000 | 1011100 | 11011 | 110010 | 1010101 | 100111 |
Color Harmonies of #BA9D0F
Complementary color
Monochromatic Colors of #BA9D0F
Black with #BA9D0F
Text Example
Text Example
White with #BA9D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D0F; }
p { color: rgb(186,157,15); }
H1.HeaderClassName
{
color: #BA9D0F;
}
.AnyTagClassName
{
color: #BA9D0F;
}
</style>
background-color css
<style>
a { background-color: #BA9D0F; }
a { background-color: rgb(186,157,15); }
div.DivClassName
{
background-color: #BA9D0F;
}
.BgClassName
{
background-color: #BA9D0F;
}
</style>
border-color css
<style>
span { border-color: #BA9D0F; }
span { border-color: rgb(186,157,15); }
td.TdClassName
{
border-color: #BA9D0F;
}
.TagClassName
{
border-color: #BA9D0F;
}
</style>