Shades of Buddha Gold #BBA60C
Tints of Buddha Gold #BBA60C
RGB
CMYK
RGB Variations
Color information
#BBA60C (or 0xBBA60C) is known color: Buddha Gold. HEX triplet: BB, A6 and 0C. RGB value is (187,166,12). Sum of RGB (Red+Green+Blue) = 187+166+12=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA60C is #4459F3. Grayscale: #9B9B9B. Windows color (decimal): -4479476 or 829115. OLE color: 829115.
HSL color Cylindrical-coordinate representation of color #BBA60C: hue angle of 52.8º degrees, saturation: 0.88, 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 #BBA60C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.27 |
| HSL | 52.8º | 0.88% | 0.39% | - |
| HSV(B) | 52.8º | 0.94% | 0.73% | - |
| XYZ | 34.2 | 37.86 | 5.85 | - |
| YUV | 154.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 12 | 0 | 0.11 | 0.94 | 0.27 | 52.8 | 0.88 | 0.39 |
| Hex | BB | A6 | C | 0 | B | 5E | 1B | 35 | 58 | 27 |
| Octal | 273 | 246 | 14 | 0 | 13 | 136 | 33 | 65 | 130 | 47 |
| Binary | 10111011 | 10100110 | 1100 | 0 | 1011 | 1011110 | 11011 | 110101 | 1011000 | 100111 |
Color Harmonies of #BBA60C
Complementary color
Monochromatic Colors of #BBA60C
Black with #BBA60C
Text Example
Text Example
White with #BBA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA60C; }
p { color: rgb(187,166,12); }
H1.HeaderClassName
{
color: #BBA60C;
}
.AnyTagClassName
{
color: #BBA60C;
}
</style>
background-color css
<style>
a { background-color: #BBA60C; }
a { background-color: rgb(187,166,12); }
div.DivClassName
{
background-color: #BBA60C;
}
.BgClassName
{
background-color: #BBA60C;
}
</style>
border-color css
<style>
span { border-color: #BBA60C; }
span { border-color: rgb(187,166,12); }
td.TdClassName
{
border-color: #BBA60C;
}
.TagClassName
{
border-color: #BBA60C;
}
</style>