Shades of Buddha Gold #BBA21D
Tints of Buddha Gold #BBA21D
RGB
CMYK
RGB Variations
Color information
#BBA21D (or 0xBBA21D) is known color: Buddha Gold. HEX triplet: BB, A2 and 1D. RGB value is (187,162,29). Sum of RGB (Red+Green+Blue) = 187+162+29=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA21D is #445DE2. Grayscale: #9A9A9A. Windows color (decimal): -4480483 or 1942203. OLE color: 1942203.
HSL color Cylindrical-coordinate representation of color #BBA21D: hue angle of 50.51º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBA21D is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 29 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.27 |
| HSL | 50.51º | 0.73% | 0.42% | - |
| HSV(B) | 50.51º | 0.84% | 0.73% | - |
| XYZ | 33.64 | 36.49 | 6.43 | - |
| YUV | 154.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 29 | 0 | 0.13 | 0.84 | 0.27 | 50.51 | 0.73 | 0.42 |
| Hex | BB | A2 | 1D | 0 | D | 54 | 1B | 33 | 49 | 2A |
| Octal | 273 | 242 | 35 | 0 | 15 | 124 | 33 | 63 | 111 | 52 |
| Binary | 10111011 | 10100010 | 11101 | 0 | 1101 | 1010100 | 11011 | 110011 | 1001001 | 101010 |
Color Harmonies of #BBA21D
Complementary color
Monochromatic Colors of #BBA21D
Black with #BBA21D
Text Example
Text Example
White with #BBA21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA21D; }
p { color: rgb(187,162,29); }
H1.HeaderClassName
{
color: #BBA21D;
}
.AnyTagClassName
{
color: #BBA21D;
}
</style>
background-color css
<style>
a { background-color: #BBA21D; }
a { background-color: rgb(187,162,29); }
div.DivClassName
{
background-color: #BBA21D;
}
.BgClassName
{
background-color: #BBA21D;
}
</style>
border-color css
<style>
span { border-color: #BBA21D; }
span { border-color: rgb(187,162,29); }
td.TdClassName
{
border-color: #BBA21D;
}
.TagClassName
{
border-color: #BBA21D;
}
</style>