Shades of Buddha Gold #BAA00B
Tints of Buddha Gold #BAA00B
RGB
CMYK
RGB Variations
Color information
#BAA00B (or 0xBAA00B) is known color: Buddha Gold. HEX triplet: BA, A0 and 0B. RGB value is (186,160,11). Sum of RGB (Red+Green+Blue) = 186+160+11=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA00B is #455FF4. Grayscale: #979797. Windows color (decimal): -4546549 or 762042. OLE color: 762042.
HSL color Cylindrical-coordinate representation of color #BAA00B: hue angle of 51.09º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAA00B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.27 |
| HSL | 51.09º | 0.89% | 0.39% | - |
| HSV(B) | 51.09º | 0.94% | 0.73% | - |
| XYZ | 32.88 | 35.6 | 5.46 | - |
| YUV | 150.79 | 49.11 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 11 | 0 | 0.14 | 0.94 | 0.27 | 51.09 | 0.89 | 0.39 |
| Hex | BA | A0 | B | 0 | E | 5E | 1B | 33 | 59 | 27 |
| Octal | 272 | 240 | 13 | 0 | 16 | 136 | 33 | 63 | 131 | 47 |
| Binary | 10111010 | 10100000 | 1011 | 0 | 1110 | 1011110 | 11011 | 110011 | 1011001 | 100111 |
Color Harmonies of #BAA00B
Complementary color
Monochromatic Colors of #BAA00B
Black with #BAA00B
Text Example
Text Example
White with #BAA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA00B; }
p { color: rgb(186,160,11); }
H1.HeaderClassName
{
color: #BAA00B;
}
.AnyTagClassName
{
color: #BAA00B;
}
</style>
background-color css
<style>
a { background-color: #BAA00B; }
a { background-color: rgb(186,160,11); }
div.DivClassName
{
background-color: #BAA00B;
}
.BgClassName
{
background-color: #BAA00B;
}
</style>
border-color css
<style>
span { border-color: #BAA00B; }
span { border-color: rgb(186,160,11); }
td.TdClassName
{
border-color: #BAA00B;
}
.TagClassName
{
border-color: #BAA00B;
}
</style>