Shades of Buddha Gold #BBA612
Tints of Buddha Gold #BBA612
RGB
CMYK
RGB Variations
Color information
#BBA612 (or 0xBBA612) is known color: Buddha Gold. HEX triplet: BB, A6 and 12. RGB value is (187,166,18). Sum of RGB (Red+Green+Blue) = 187+166+18=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA612 is #4459ED. Grayscale: #9C9C9C. Windows color (decimal): -4479470 or 1222331. OLE color: 1222331.
HSL color Cylindrical-coordinate representation of color #BBA612: hue angle of 52.54º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBA612 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 18 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.27 |
| HSL | 52.54º | 0.82% | 0.4% | - |
| HSV(B) | 52.54º | 0.9% | 0.73% | - |
| XYZ | 34.24 | 37.88 | 6.08 | - |
| YUV | 155.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 18 | 0 | 0.11 | 0.90 | 0.27 | 52.54 | 0.82 | 0.4 |
| Hex | BB | A6 | 12 | 0 | B | 5A | 1B | 35 | 52 | 28 |
| Octal | 273 | 246 | 22 | 0 | 13 | 132 | 33 | 65 | 122 | 50 |
| Binary | 10111011 | 10100110 | 10010 | 0 | 1011 | 1011010 | 11011 | 110101 | 1010010 | 101000 |
Color Harmonies of #BBA612
Complementary color
Monochromatic Colors of #BBA612
Black with #BBA612
Text Example
Text Example
White with #BBA612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA612; }
p { color: rgb(187,166,18); }
H1.HeaderClassName
{
color: #BBA612;
}
.AnyTagClassName
{
color: #BBA612;
}
</style>
background-color css
<style>
a { background-color: #BBA612; }
a { background-color: rgb(187,166,18); }
div.DivClassName
{
background-color: #BBA612;
}
.BgClassName
{
background-color: #BBA612;
}
</style>
border-color css
<style>
span { border-color: #BBA612; }
span { border-color: rgb(187,166,18); }
td.TdClassName
{
border-color: #BBA612;
}
.TagClassName
{
border-color: #BBA612;
}
</style>