Shades of Buddha Gold #BA990F
Tints of Buddha Gold #BA990F
RGB
CMYK
RGB Variations
Color information
#BA990F (or 0xBA990F) is known color: Buddha Gold. HEX triplet: BA, 99 and 0F. RGB value is (186,153,15). Sum of RGB (Red+Green+Blue) = 186+153+15=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA990F is #4566F0. Grayscale: #939393. Windows color (decimal): -4548337 or 1022394. OLE color: 1022394.
HSL color Cylindrical-coordinate representation of color #BA990F: hue angle of 48.42º 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 #BA990F is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 15 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.27 |
| HSL | 48.42º | 0.85% | 0.39% | - |
| HSV(B) | 48.42º | 0.92% | 0.73% | - |
| XYZ | 31.73 | 33.26 | 5.2 | - |
| YUV | 147.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 15 | 0 | 0.18 | 0.92 | 0.27 | 48.42 | 0.85 | 0.39 |
| Hex | BA | 99 | F | 0 | 12 | 5C | 1B | 30 | 55 | 27 |
| Octal | 272 | 231 | 17 | 0 | 22 | 134 | 33 | 60 | 125 | 47 |
| Binary | 10111010 | 10011001 | 1111 | 0 | 10010 | 1011100 | 11011 | 110000 | 1010101 | 100111 |
Color Harmonies of #BA990F
Complementary color
Monochromatic Colors of #BA990F
Black with #BA990F
Text Example
Text Example
White with #BA990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA990F; }
p { color: rgb(186,153,15); }
H1.HeaderClassName
{
color: #BA990F;
}
.AnyTagClassName
{
color: #BA990F;
}
</style>
background-color css
<style>
a { background-color: #BA990F; }
a { background-color: rgb(186,153,15); }
div.DivClassName
{
background-color: #BA990F;
}
.BgClassName
{
background-color: #BA990F;
}
</style>
border-color css
<style>
span { border-color: #BA990F; }
span { border-color: rgb(186,153,15); }
td.TdClassName
{
border-color: #BA990F;
}
.TagClassName
{
border-color: #BA990F;
}
</style>