Shades of Buddha Gold #BBA21B
Tints of Buddha Gold #BBA21B
RGB
CMYK
RGB Variations
Color information
#BBA21B (or 0xBBA21B) is known color: Buddha Gold. HEX triplet: BB, A2 and 1B. RGB value is (187,162,27). Sum of RGB (Red+Green+Blue) = 187+162+27=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA21B is #445DE4. Grayscale: #9A9A9A. Windows color (decimal): -4480485 or 1811131. OLE color: 1811131.
HSL color Cylindrical-coordinate representation of color #BBA21B: hue angle of 50.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA21B is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 27 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.27 |
| HSL | 50.63º | 0.75% | 0.42% | - |
| HSV(B) | 50.63º | 0.86% | 0.73% | - |
| XYZ | 33.61 | 36.48 | 6.31 | - |
| YUV | 154.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 27 | 0 | 0.13 | 0.86 | 0.27 | 50.63 | 0.75 | 0.42 |
| Hex | BB | A2 | 1B | 0 | D | 56 | 1B | 33 | 4B | 2A |
| Octal | 273 | 242 | 33 | 0 | 15 | 126 | 33 | 63 | 113 | 52 |
| Binary | 10111011 | 10100010 | 11011 | 0 | 1101 | 1010110 | 11011 | 110011 | 1001011 | 101010 |
Color Harmonies of #BBA21B
Complementary color
Monochromatic Colors of #BBA21B
Black with #BBA21B
Text Example
Text Example
White with #BBA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA21B; }
p { color: rgb(187,162,27); }
H1.HeaderClassName
{
color: #BBA21B;
}
.AnyTagClassName
{
color: #BBA21B;
}
</style>
background-color css
<style>
a { background-color: #BBA21B; }
a { background-color: rgb(187,162,27); }
div.DivClassName
{
background-color: #BBA21B;
}
.BgClassName
{
background-color: #BBA21B;
}
</style>
border-color css
<style>
span { border-color: #BBA21B; }
span { border-color: rgb(187,162,27); }
td.TdClassName
{
border-color: #BBA21B;
}
.TagClassName
{
border-color: #BBA21B;
}
</style>