Shades of Buddha Gold #BBA106
Tints of Buddha Gold #BBA106
RGB
CMYK
RGB Variations
Color information
#BBA106 (or 0xBBA106) is known color: Buddha Gold. HEX triplet: BB, A1 and 06. RGB value is (187,161,6). Sum of RGB (Red+Green+Blue) = 187+161+6=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA106 is #445EF9. Grayscale: #979797. Windows color (decimal): -4480762 or 434619. OLE color: 434619.
HSL color Cylindrical-coordinate representation of color #BBA106: hue angle of 51.38º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBA106 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 6 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.27 |
| HSL | 51.38º | 0.94% | 0.38% | - |
| HSV(B) | 51.38º | 0.97% | 0.73% | - |
| XYZ | 33.27 | 36.07 | 5.38 | - |
| YUV | 151.1 | 46.11 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 6 | 0 | 0.14 | 0.97 | 0.27 | 51.38 | 0.94 | 0.38 |
| Hex | BB | A1 | 6 | 0 | E | 61 | 1B | 33 | 5E | 26 |
| Octal | 273 | 241 | 6 | 0 | 16 | 141 | 33 | 63 | 136 | 46 |
| Binary | 10111011 | 10100001 | 110 | 0 | 1110 | 1100001 | 11011 | 110011 | 1011110 | 100110 |
Color Harmonies of #BBA106
Complementary color
Monochromatic Colors of #BBA106
Black with #BBA106
Text Example
Text Example
White with #BBA106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA106; }
p { color: rgb(187,161,6); }
H1.HeaderClassName
{
color: #BBA106;
}
.AnyTagClassName
{
color: #BBA106;
}
</style>
background-color css
<style>
a { background-color: #BBA106; }
a { background-color: rgb(187,161,6); }
div.DivClassName
{
background-color: #BBA106;
}
.BgClassName
{
background-color: #BBA106;
}
</style>
border-color css
<style>
span { border-color: #BBA106; }
span { border-color: rgb(187,161,6); }
td.TdClassName
{
border-color: #BBA106;
}
.TagClassName
{
border-color: #BBA106;
}
</style>