Shades of Buddha Gold #BBA407
Tints of Buddha Gold #BBA407
RGB
CMYK
RGB Variations
Color information
#BBA407 (or 0xBBA407) is known color: Buddha Gold. HEX triplet: BB, A4 and 07. RGB value is (187,164,7). Sum of RGB (Red+Green+Blue) = 187+164+7=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA407 is #445BF8. Grayscale: #999999. Windows color (decimal): -4479993 or 500923. OLE color: 500923.
HSL color Cylindrical-coordinate representation of color #BBA407: hue angle of 52.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBA407 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 7 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.27 |
| HSL | 52.33º | 0.93% | 0.38% | - |
| HSV(B) | 52.33º | 0.96% | 0.73% | - |
| XYZ | 33.81 | 37.13 | 5.59 | - |
| YUV | 152.98 | 45.62 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 7 | 0 | 0.12 | 0.96 | 0.27 | 52.33 | 0.93 | 0.38 |
| Hex | BB | A4 | 7 | 0 | C | 60 | 1B | 34 | 5D | 26 |
| Octal | 273 | 244 | 7 | 0 | 14 | 140 | 33 | 64 | 135 | 46 |
| Binary | 10111011 | 10100100 | 111 | 0 | 1100 | 1100000 | 11011 | 110100 | 1011101 | 100110 |
Color Harmonies of #BBA407
Complementary color
Monochromatic Colors of #BBA407
Black with #BBA407
Text Example
Text Example
White with #BBA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA407; }
p { color: rgb(187,164,7); }
H1.HeaderClassName
{
color: #BBA407;
}
.AnyTagClassName
{
color: #BBA407;
}
</style>
background-color css
<style>
a { background-color: #BBA407; }
a { background-color: rgb(187,164,7); }
div.DivClassName
{
background-color: #BBA407;
}
.BgClassName
{
background-color: #BBA407;
}
</style>
border-color css
<style>
span { border-color: #BBA407; }
span { border-color: rgb(187,164,7); }
td.TdClassName
{
border-color: #BBA407;
}
.TagClassName
{
border-color: #BBA407;
}
</style>