Shades of Buddha Gold #BBA405
Tints of Buddha Gold #BBA405
RGB
CMYK
RGB Variations
Color information
#BBA405 (or 0xBBA405) is known color: Buddha Gold. HEX triplet: BB, A4 and 05. RGB value is (187,164,5). Sum of RGB (Red+Green+Blue) = 187+164+5=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA405 is #445BFA. Grayscale: #999999. Windows color (decimal): -4479995 or 369851. OLE color: 369851.
HSL color Cylindrical-coordinate representation of color #BBA405: hue angle of 52.42º 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 #BBA405 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 5 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.27 |
| HSL | 52.42º | 0.95% | 0.38% | - |
| HSV(B) | 52.42º | 0.97% | 0.73% | - |
| XYZ | 33.8 | 37.13 | 5.53 | - |
| YUV | 152.75 | 44.62 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 5 | 0 | 0.12 | 0.97 | 0.27 | 52.42 | 0.95 | 0.38 |
| Hex | BB | A4 | 5 | 0 | C | 61 | 1B | 34 | 5F | 26 |
| Octal | 273 | 244 | 5 | 0 | 14 | 141 | 33 | 64 | 137 | 46 |
| Binary | 10111011 | 10100100 | 101 | 0 | 1100 | 1100001 | 11011 | 110100 | 1011111 | 100110 |
Color Harmonies of #BBA405
Complementary color
Monochromatic Colors of #BBA405
Black with #BBA405
Text Example
Text Example
White with #BBA405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA405; }
p { color: rgb(187,164,5); }
H1.HeaderClassName
{
color: #BBA405;
}
.AnyTagClassName
{
color: #BBA405;
}
</style>
background-color css
<style>
a { background-color: #BBA405; }
a { background-color: rgb(187,164,5); }
div.DivClassName
{
background-color: #BBA405;
}
.BgClassName
{
background-color: #BBA405;
}
</style>
border-color css
<style>
span { border-color: #BBA405; }
span { border-color: rgb(187,164,5); }
td.TdClassName
{
border-color: #BBA405;
}
.TagClassName
{
border-color: #BBA405;
}
</style>