Shades of Buddha Gold #BBA418
Tints of Buddha Gold #BBA418
RGB
CMYK
RGB Variations
Color information
#BBA418 (or 0xBBA418) is known color: Buddha Gold. HEX triplet: BB, A4 and 18. RGB value is (187,164,24). Sum of RGB (Red+Green+Blue) = 187+164+24=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA418 is #445BE7. Grayscale: #9B9B9B. Windows color (decimal): -4479976 or 1615035. OLE color: 1615035.
HSL color Cylindrical-coordinate representation of color #BBA418: hue angle of 51.53º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBA418 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 24 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.27 |
| HSL | 51.53º | 0.77% | 0.41% | - |
| HSV(B) | 51.53º | 0.87% | 0.73% | - |
| XYZ | 33.93 | 37.18 | 6.25 | - |
| YUV | 154.92 | 54.12 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 24 | 0 | 0.12 | 0.87 | 0.27 | 51.53 | 0.77 | 0.41 |
| Hex | BB | A4 | 18 | 0 | C | 57 | 1B | 34 | 4D | 29 |
| Octal | 273 | 244 | 30 | 0 | 14 | 127 | 33 | 64 | 115 | 51 |
| Binary | 10111011 | 10100100 | 11000 | 0 | 1100 | 1010111 | 11011 | 110100 | 1001101 | 101001 |
Color Harmonies of #BBA418
Complementary color
Monochromatic Colors of #BBA418
Black with #BBA418
Text Example
Text Example
White with #BBA418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA418; }
p { color: rgb(187,164,24); }
H1.HeaderClassName
{
color: #BBA418;
}
.AnyTagClassName
{
color: #BBA418;
}
</style>
background-color css
<style>
a { background-color: #BBA418; }
a { background-color: rgb(187,164,24); }
div.DivClassName
{
background-color: #BBA418;
}
.BgClassName
{
background-color: #BBA418;
}
</style>
border-color css
<style>
span { border-color: #BBA418; }
span { border-color: rgb(187,164,24); }
td.TdClassName
{
border-color: #BBA418;
}
.TagClassName
{
border-color: #BBA418;
}
</style>