Shades of Buddha Gold #BBA710
Tints of Buddha Gold #BBA710
RGB
CMYK
RGB Variations
Color information
#BBA710 (or 0xBBA710) is known color: Buddha Gold. HEX triplet: BB, A7 and 10. RGB value is (187,167,16). Sum of RGB (Red+Green+Blue) = 187+167+16=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA710 is #4458EF. Grayscale: #9C9C9C. Windows color (decimal): -4479216 or 1091515. OLE color: 1091515.
HSL color Cylindrical-coordinate representation of color #BBA710: hue angle of 52.98º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBA710 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 16 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.27 |
| HSL | 52.98º | 0.84% | 0.4% | - |
| HSV(B) | 52.98º | 0.91% | 0.73% | - |
| XYZ | 34.41 | 38.24 | 6.06 | - |
| YUV | 155.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 16 | 0 | 0.11 | 0.91 | 0.27 | 52.98 | 0.84 | 0.4 |
| Hex | BB | A7 | 10 | 0 | B | 5B | 1B | 35 | 54 | 28 |
| Octal | 273 | 247 | 20 | 0 | 13 | 133 | 33 | 65 | 124 | 50 |
| Binary | 10111011 | 10100111 | 10000 | 0 | 1011 | 1011011 | 11011 | 110101 | 1010100 | 101000 |
Color Harmonies of #BBA710
Complementary color
Monochromatic Colors of #BBA710
Black with #BBA710
Text Example
Text Example
White with #BBA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA710; }
p { color: rgb(187,167,16); }
H1.HeaderClassName
{
color: #BBA710;
}
.AnyTagClassName
{
color: #BBA710;
}
</style>
background-color css
<style>
a { background-color: #BBA710; }
a { background-color: rgb(187,167,16); }
div.DivClassName
{
background-color: #BBA710;
}
.BgClassName
{
background-color: #BBA710;
}
</style>
border-color css
<style>
span { border-color: #BBA710; }
span { border-color: rgb(187,167,16); }
td.TdClassName
{
border-color: #BBA710;
}
.TagClassName
{
border-color: #BBA710;
}
</style>