Shades of Buddha Gold #BBA30C
Tints of Buddha Gold #BBA30C
RGB
CMYK
RGB Variations
Color information
#BBA30C (or 0xBBA30C) is known color: Buddha Gold. HEX triplet: BB, A3 and 0C. RGB value is (187,163,12). Sum of RGB (Red+Green+Blue) = 187+163+12=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA30C is #445CF3. Grayscale: #999999. Windows color (decimal): -4480244 or 828347. OLE color: 828347.
HSL color Cylindrical-coordinate representation of color #BBA30C: hue angle of 51.77º 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 #BBA30C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.27 |
| HSL | 51.77º | 0.88% | 0.39% | - |
| HSV(B) | 51.77º | 0.94% | 0.73% | - |
| XYZ | 33.66 | 36.79 | 5.67 | - |
| YUV | 152.96 | 48.45 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 12 | 0 | 0.13 | 0.94 | 0.27 | 51.77 | 0.88 | 0.39 |
| Hex | BB | A3 | C | 0 | D | 5E | 1B | 34 | 58 | 27 |
| Octal | 273 | 243 | 14 | 0 | 15 | 136 | 33 | 64 | 130 | 47 |
| Binary | 10111011 | 10100011 | 1100 | 0 | 1101 | 1011110 | 11011 | 110100 | 1011000 | 100111 |
Color Harmonies of #BBA30C
Complementary color
Monochromatic Colors of #BBA30C
Black with #BBA30C
Text Example
Text Example
White with #BBA30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA30C; }
p { color: rgb(187,163,12); }
H1.HeaderClassName
{
color: #BBA30C;
}
.AnyTagClassName
{
color: #BBA30C;
}
</style>
background-color css
<style>
a { background-color: #BBA30C; }
a { background-color: rgb(187,163,12); }
div.DivClassName
{
background-color: #BBA30C;
}
.BgClassName
{
background-color: #BBA30C;
}
</style>
border-color css
<style>
span { border-color: #BBA30C; }
span { border-color: rgb(187,163,12); }
td.TdClassName
{
border-color: #BBA30C;
}
.TagClassName
{
border-color: #BBA30C;
}
</style>