Shades of Buddha Gold #BBA20E
Tints of Buddha Gold #BBA20E
RGB
CMYK
RGB Variations
Color information
#BBA20E (or 0xBBA20E) is known color: Buddha Gold. HEX triplet: BB, A2 and 0E. RGB value is (187,162,14). Sum of RGB (Red+Green+Blue) = 187+162+14=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA20E is #445DF1. Grayscale: #999999. Windows color (decimal): -4480498 or 959163. OLE color: 959163.
HSL color Cylindrical-coordinate representation of color #BBA20E: hue angle of 51.33º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBA20E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 14 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.27 |
| HSL | 51.33º | 0.86% | 0.39% | - |
| HSV(B) | 51.33º | 0.93% | 0.73% | - |
| XYZ | 33.49 | 36.44 | 5.68 | - |
| YUV | 152.6 | 49.78 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 14 | 0 | 0.13 | 0.93 | 0.27 | 51.33 | 0.86 | 0.39 |
| Hex | BB | A2 | E | 0 | D | 5D | 1B | 33 | 56 | 27 |
| Octal | 273 | 242 | 16 | 0 | 15 | 135 | 33 | 63 | 126 | 47 |
| Binary | 10111011 | 10100010 | 1110 | 0 | 1101 | 1011101 | 11011 | 110011 | 1010110 | 100111 |
Color Harmonies of #BBA20E
Complementary color
Monochromatic Colors of #BBA20E
Black with #BBA20E
Text Example
Text Example
White with #BBA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA20E; }
p { color: rgb(187,162,14); }
H1.HeaderClassName
{
color: #BBA20E;
}
.AnyTagClassName
{
color: #BBA20E;
}
</style>
background-color css
<style>
a { background-color: #BBA20E; }
a { background-color: rgb(187,162,14); }
div.DivClassName
{
background-color: #BBA20E;
}
.BgClassName
{
background-color: #BBA20E;
}
</style>
border-color css
<style>
span { border-color: #BBA20E; }
span { border-color: rgb(187,162,14); }
td.TdClassName
{
border-color: #BBA20E;
}
.TagClassName
{
border-color: #BBA20E;
}
</style>