Shades of Buddha Gold #BBA102
Tints of Buddha Gold #BBA102
RGB
CMYK
RGB Variations
Color information
#BBA102 (or 0xBBA102) is known color: Buddha Gold. HEX triplet: BB, A1 and 02. RGB value is (187,161,2). Sum of RGB (Red+Green+Blue) = 187+161+2=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA102 is #445EFD. Grayscale: #979797. Windows color (decimal): -4480766 or 172475. OLE color: 172475.
HSL color Cylindrical-coordinate representation of color #BBA102: hue angle of 51.57º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBA102 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.27 |
| HSL | 51.57º | 0.98% | 0.37% | - |
| HSV(B) | 51.57º | 0.99% | 0.73% | - |
| XYZ | 33.25 | 36.06 | 5.27 | - |
| YUV | 150.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 2 | 0 | 0.14 | 0.99 | 0.27 | 51.57 | 0.98 | 0.37 |
| Hex | BB | A1 | 2 | 0 | E | 63 | 1B | 34 | 62 | 25 |
| Octal | 273 | 241 | 2 | 0 | 16 | 143 | 33 | 64 | 142 | 45 |
| Binary | 10111011 | 10100001 | 10 | 0 | 1110 | 1100011 | 11011 | 110100 | 1100010 | 100101 |
Color Harmonies of #BBA102
Complementary color
Monochromatic Colors of #BBA102
Black with #BBA102
Text Example
Text Example
White with #BBA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA102; }
p { color: rgb(187,161,2); }
H1.HeaderClassName
{
color: #BBA102;
}
.AnyTagClassName
{
color: #BBA102;
}
</style>
background-color css
<style>
a { background-color: #BBA102; }
a { background-color: rgb(187,161,2); }
div.DivClassName
{
background-color: #BBA102;
}
.BgClassName
{
background-color: #BBA102;
}
</style>
border-color css
<style>
span { border-color: #BBA102; }
span { border-color: rgb(187,161,2); }
td.TdClassName
{
border-color: #BBA102;
}
.TagClassName
{
border-color: #BBA102;
}
</style>