Shades of Buddha Gold #BBA007
Tints of Buddha Gold #BBA007
RGB
CMYK
RGB Variations
Color information
#BBA007 (or 0xBBA007) is known color: Buddha Gold. HEX triplet: BB, A0 and 07. RGB value is (187,160,7). Sum of RGB (Red+Green+Blue) = 187+160+7=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA007 is #445FF8. Grayscale: #979797. Windows color (decimal): -4481017 or 499899. OLE color: 499899.
HSL color Cylindrical-coordinate representation of color #BBA007: hue angle of 51º 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 #BBA007 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 7 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.27 |
| HSL | 51º | 0.93% | 0.38% | - |
| HSV(B) | 51º | 0.96% | 0.73% | - |
| XYZ | 33.1 | 35.72 | 5.35 | - |
| YUV | 150.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 7 | 0 | 0.14 | 0.96 | 0.27 | 51 | 0.93 | 0.38 |
| Hex | BB | A0 | 7 | 0 | E | 60 | 1B | 33 | 5D | 26 |
| Octal | 273 | 240 | 7 | 0 | 16 | 140 | 33 | 63 | 135 | 46 |
| Binary | 10111011 | 10100000 | 111 | 0 | 1110 | 1100000 | 11011 | 110011 | 1011101 | 100110 |
Color Harmonies of #BBA007
Complementary color
Monochromatic Colors of #BBA007
Black with #BBA007
Text Example
Text Example
White with #BBA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA007; }
p { color: rgb(187,160,7); }
H1.HeaderClassName
{
color: #BBA007;
}
.AnyTagClassName
{
color: #BBA007;
}
</style>
background-color css
<style>
a { background-color: #BBA007; }
a { background-color: rgb(187,160,7); }
div.DivClassName
{
background-color: #BBA007;
}
.BgClassName
{
background-color: #BBA007;
}
</style>
border-color css
<style>
span { border-color: #BBA007; }
span { border-color: rgb(187,160,7); }
td.TdClassName
{
border-color: #BBA007;
}
.TagClassName
{
border-color: #BBA007;
}
</style>