Shades of Buddha Gold #BBA017
Tints of Buddha Gold #BBA017
RGB
CMYK
RGB Variations
Color information
#BBA017 (or 0xBBA017) is known color: Buddha Gold. HEX triplet: BB, A0 and 17. RGB value is (187,160,23). Sum of RGB (Red+Green+Blue) = 187+160+23=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA017 is #445FE8. Grayscale: #999999. Windows color (decimal): -4481001 or 1548475. OLE color: 1548475.
HSL color Cylindrical-coordinate representation of color #BBA017: hue angle of 50.12º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBA017 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 23 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.27 |
| HSL | 50.12º | 0.78% | 0.41% | - |
| HSV(B) | 50.12º | 0.88% | 0.73% | - |
| XYZ | 33.22 | 35.77 | 5.96 | - |
| YUV | 152.46 | 54.95 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 23 | 0 | 0.14 | 0.88 | 0.27 | 50.12 | 0.78 | 0.41 |
| Hex | BB | A0 | 17 | 0 | E | 58 | 1B | 32 | 4E | 29 |
| Octal | 273 | 240 | 27 | 0 | 16 | 130 | 33 | 62 | 116 | 51 |
| Binary | 10111011 | 10100000 | 10111 | 0 | 1110 | 1011000 | 11011 | 110010 | 1001110 | 101001 |
Color Harmonies of #BBA017
Complementary color
Monochromatic Colors of #BBA017
Black with #BBA017
Text Example
Text Example
White with #BBA017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA017; }
p { color: rgb(187,160,23); }
H1.HeaderClassName
{
color: #BBA017;
}
.AnyTagClassName
{
color: #BBA017;
}
</style>
background-color css
<style>
a { background-color: #BBA017; }
a { background-color: rgb(187,160,23); }
div.DivClassName
{
background-color: #BBA017;
}
.BgClassName
{
background-color: #BBA017;
}
</style>
border-color css
<style>
span { border-color: #BBA017; }
span { border-color: rgb(187,160,23); }
td.TdClassName
{
border-color: #BBA017;
}
.TagClassName
{
border-color: #BBA017;
}
</style>