Shades of Buddha Gold #BBA10C
Tints of Buddha Gold #BBA10C
RGB
CMYK
RGB Variations
Color information
#BBA10C (or 0xBBA10C) is known color: Buddha Gold. HEX triplet: BB, A1 and 0C. RGB value is (187,161,12). Sum of RGB (Red+Green+Blue) = 187+161+12=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA10C is #445EF3. Grayscale: #989898. Windows color (decimal): -4480756 or 827835. OLE color: 827835.
HSL color Cylindrical-coordinate representation of color #BBA10C: hue angle of 51.09º 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 #BBA10C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.27 |
| HSL | 51.09º | 0.88% | 0.39% | - |
| HSV(B) | 51.09º | 0.94% | 0.73% | - |
| XYZ | 33.3 | 36.08 | 5.56 | - |
| YUV | 151.79 | 49.11 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 12 | 0 | 0.14 | 0.94 | 0.27 | 51.09 | 0.88 | 0.39 |
| Hex | BB | A1 | C | 0 | E | 5E | 1B | 33 | 58 | 27 |
| Octal | 273 | 241 | 14 | 0 | 16 | 136 | 33 | 63 | 130 | 47 |
| Binary | 10111011 | 10100001 | 1100 | 0 | 1110 | 1011110 | 11011 | 110011 | 1011000 | 100111 |
Color Harmonies of #BBA10C
Complementary color
Monochromatic Colors of #BBA10C
Black with #BBA10C
Text Example
Text Example
White with #BBA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA10C; }
p { color: rgb(187,161,12); }
H1.HeaderClassName
{
color: #BBA10C;
}
.AnyTagClassName
{
color: #BBA10C;
}
</style>
background-color css
<style>
a { background-color: #BBA10C; }
a { background-color: rgb(187,161,12); }
div.DivClassName
{
background-color: #BBA10C;
}
.BgClassName
{
background-color: #BBA10C;
}
</style>
border-color css
<style>
span { border-color: #BBA10C; }
span { border-color: rgb(187,161,12); }
td.TdClassName
{
border-color: #BBA10C;
}
.TagClassName
{
border-color: #BBA10C;
}
</style>