Shades of Buddha Gold #BBA108
Tints of Buddha Gold #BBA108
RGB
CMYK
RGB Variations
Color information
#BBA108 (or 0xBBA108) is known color: Buddha Gold. HEX triplet: BB, A1 and 08. RGB value is (187,161,8). Sum of RGB (Red+Green+Blue) = 187+161+8=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA108 is #445EF7. Grayscale: #979797. Windows color (decimal): -4480760 or 565691. OLE color: 565691.
HSL color Cylindrical-coordinate representation of color #BBA108: hue angle of 51.28º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBA108 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.27 |
| HSL | 51.28º | 0.92% | 0.38% | - |
| HSV(B) | 51.28º | 0.96% | 0.73% | - |
| XYZ | 33.28 | 36.07 | 5.44 | - |
| YUV | 151.33 | 47.11 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 8 | 0 | 0.14 | 0.96 | 0.27 | 51.28 | 0.92 | 0.38 |
| Hex | BB | A1 | 8 | 0 | E | 60 | 1B | 33 | 5C | 26 |
| Octal | 273 | 241 | 10 | 0 | 16 | 140 | 33 | 63 | 134 | 46 |
| Binary | 10111011 | 10100001 | 1000 | 0 | 1110 | 1100000 | 11011 | 110011 | 1011100 | 100110 |
Color Harmonies of #BBA108
Complementary color
Monochromatic Colors of #BBA108
Black with #BBA108
Text Example
Text Example
White with #BBA108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA108; }
p { color: rgb(187,161,8); }
H1.HeaderClassName
{
color: #BBA108;
}
.AnyTagClassName
{
color: #BBA108;
}
</style>
background-color css
<style>
a { background-color: #BBA108; }
a { background-color: rgb(187,161,8); }
div.DivClassName
{
background-color: #BBA108;
}
.BgClassName
{
background-color: #BBA108;
}
</style>
border-color css
<style>
span { border-color: #BBA108; }
span { border-color: rgb(187,161,8); }
td.TdClassName
{
border-color: #BBA108;
}
.TagClassName
{
border-color: #BBA108;
}
</style>