Shades of Buddha Gold #BBA10D
Tints of Buddha Gold #BBA10D
RGB
CMYK
RGB Variations
Color information
#BBA10D (or 0xBBA10D) is known color: Buddha Gold. HEX triplet: BB, A1 and 0D. RGB value is (187,161,13). Sum of RGB (Red+Green+Blue) = 187+161+13=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA10D is #445EF2. Grayscale: #989898. Windows color (decimal): -4480755 or 893371. OLE color: 893371.
HSL color Cylindrical-coordinate representation of color #BBA10D: hue angle of 51.03º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBA10D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.27 |
| HSL | 51.03º | 0.87% | 0.39% | - |
| HSV(B) | 51.03º | 0.93% | 0.73% | - |
| XYZ | 33.31 | 36.08 | 5.59 | - |
| YUV | 151.9 | 49.61 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 13 | 0 | 0.14 | 0.93 | 0.27 | 51.03 | 0.87 | 0.39 |
| Hex | BB | A1 | D | 0 | E | 5D | 1B | 33 | 57 | 27 |
| Octal | 273 | 241 | 15 | 0 | 16 | 135 | 33 | 63 | 127 | 47 |
| Binary | 10111011 | 10100001 | 1101 | 0 | 1110 | 1011101 | 11011 | 110011 | 1010111 | 100111 |
Color Harmonies of #BBA10D
Complementary color
Monochromatic Colors of #BBA10D
Black with #BBA10D
Text Example
Text Example
White with #BBA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA10D; }
p { color: rgb(187,161,13); }
H1.HeaderClassName
{
color: #BBA10D;
}
.AnyTagClassName
{
color: #BBA10D;
}
</style>
background-color css
<style>
a { background-color: #BBA10D; }
a { background-color: rgb(187,161,13); }
div.DivClassName
{
background-color: #BBA10D;
}
.BgClassName
{
background-color: #BBA10D;
}
</style>
border-color css
<style>
span { border-color: #BBA10D; }
span { border-color: rgb(187,161,13); }
td.TdClassName
{
border-color: #BBA10D;
}
.TagClassName
{
border-color: #BBA10D;
}
</style>