Shades of Buddha Gold #BBA508
Tints of Buddha Gold #BBA508
RGB
CMYK
RGB Variations
Color information
#BBA508 (or 0xBBA508) is known color: Buddha Gold. HEX triplet: BB, A5 and 08. RGB value is (187,165,8). Sum of RGB (Red+Green+Blue) = 187+165+8=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA508 is #445AF7. Grayscale: #9A9A9A. Windows color (decimal): -4479736 or 566715. OLE color: 566715.
HSL color Cylindrical-coordinate representation of color #BBA508: hue angle of 52.63º 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 #BBA508 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 8 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.27 |
| HSL | 52.63º | 0.92% | 0.38% | - |
| HSV(B) | 52.63º | 0.96% | 0.73% | - |
| XYZ | 33.99 | 37.49 | 5.67 | - |
| YUV | 153.68 | 45.79 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 8 | 0 | 0.12 | 0.96 | 0.27 | 52.63 | 0.92 | 0.38 |
| Hex | BB | A5 | 8 | 0 | C | 60 | 1B | 35 | 5C | 26 |
| Octal | 273 | 245 | 10 | 0 | 14 | 140 | 33 | 65 | 134 | 46 |
| Binary | 10111011 | 10100101 | 1000 | 0 | 1100 | 1100000 | 11011 | 110101 | 1011100 | 100110 |
Color Harmonies of #BBA508
Complementary color
Monochromatic Colors of #BBA508
Black with #BBA508
Text Example
Text Example
White with #BBA508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA508; }
p { color: rgb(187,165,8); }
H1.HeaderClassName
{
color: #BBA508;
}
.AnyTagClassName
{
color: #BBA508;
}
</style>
background-color css
<style>
a { background-color: #BBA508; }
a { background-color: rgb(187,165,8); }
div.DivClassName
{
background-color: #BBA508;
}
.BgClassName
{
background-color: #BBA508;
}
</style>
border-color css
<style>
span { border-color: #BBA508; }
span { border-color: rgb(187,165,8); }
td.TdClassName
{
border-color: #BBA508;
}
.TagClassName
{
border-color: #BBA508;
}
</style>