Shades of Buddha Gold #BBA21C
Tints of Buddha Gold #BBA21C
RGB
CMYK
RGB Variations
Color information
#BBA21C (or 0xBBA21C) is known color: Buddha Gold. HEX triplet: BB, A2 and 1C. RGB value is (187,162,28). Sum of RGB (Red+Green+Blue) = 187+162+28=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA21C is #445DE3. Grayscale: #9A9A9A. Windows color (decimal): -4480484 or 1876667. OLE color: 1876667.
HSL color Cylindrical-coordinate representation of color #BBA21C: hue angle of 50.57º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBA21C is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 28 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.27 |
| HSL | 50.57º | 0.74% | 0.42% | - |
| HSV(B) | 50.57º | 0.85% | 0.73% | - |
| XYZ | 33.62 | 36.49 | 6.37 | - |
| YUV | 154.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 28 | 0 | 0.13 | 0.85 | 0.27 | 50.57 | 0.74 | 0.42 |
| Hex | BB | A2 | 1C | 0 | D | 55 | 1B | 33 | 4A | 2A |
| Octal | 273 | 242 | 34 | 0 | 15 | 125 | 33 | 63 | 112 | 52 |
| Binary | 10111011 | 10100010 | 11100 | 0 | 1101 | 1010101 | 11011 | 110011 | 1001010 | 101010 |
Color Harmonies of #BBA21C
Complementary color
Monochromatic Colors of #BBA21C
Black with #BBA21C
Text Example
Text Example
White with #BBA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA21C; }
p { color: rgb(187,162,28); }
H1.HeaderClassName
{
color: #BBA21C;
}
.AnyTagClassName
{
color: #BBA21C;
}
</style>
background-color css
<style>
a { background-color: #BBA21C; }
a { background-color: rgb(187,162,28); }
div.DivClassName
{
background-color: #BBA21C;
}
.BgClassName
{
background-color: #BBA21C;
}
</style>
border-color css
<style>
span { border-color: #BBA21C; }
span { border-color: rgb(187,162,28); }
td.TdClassName
{
border-color: #BBA21C;
}
.TagClassName
{
border-color: #BBA21C;
}
</style>