Shades of Buddha Gold #BBA305
Tints of Buddha Gold #BBA305
RGB
CMYK
RGB Variations
Color information
#BBA305 (or 0xBBA305) is known color: Buddha Gold. HEX triplet: BB, A3 and 05. RGB value is (187,163,5). Sum of RGB (Red+Green+Blue) = 187+163+5=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA305 is #445CFA. Grayscale: #989898. Windows color (decimal): -4480251 or 369595. OLE color: 369595.
HSL color Cylindrical-coordinate representation of color #BBA305: hue angle of 52.09º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBA305 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 5 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.27 |
| HSL | 52.09º | 0.95% | 0.38% | - |
| HSV(B) | 52.09º | 0.97% | 0.73% | - |
| XYZ | 33.62 | 36.77 | 5.47 | - |
| YUV | 152.16 | 44.95 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 5 | 0 | 0.13 | 0.97 | 0.27 | 52.09 | 0.95 | 0.38 |
| Hex | BB | A3 | 5 | 0 | D | 61 | 1B | 34 | 5F | 26 |
| Octal | 273 | 243 | 5 | 0 | 15 | 141 | 33 | 64 | 137 | 46 |
| Binary | 10111011 | 10100011 | 101 | 0 | 1101 | 1100001 | 11011 | 110100 | 1011111 | 100110 |
Color Harmonies of #BBA305
Complementary color
Monochromatic Colors of #BBA305
Black with #BBA305
Text Example
Text Example
White with #BBA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA305; }
p { color: rgb(187,163,5); }
H1.HeaderClassName
{
color: #BBA305;
}
.AnyTagClassName
{
color: #BBA305;
}
</style>
background-color css
<style>
a { background-color: #BBA305; }
a { background-color: rgb(187,163,5); }
div.DivClassName
{
background-color: #BBA305;
}
.BgClassName
{
background-color: #BBA305;
}
</style>
border-color css
<style>
span { border-color: #BBA305; }
span { border-color: rgb(187,163,5); }
td.TdClassName
{
border-color: #BBA305;
}
.TagClassName
{
border-color: #BBA305;
}
</style>