Shades of Buddha Gold #BBA70D
Tints of Buddha Gold #BBA70D
RGB
CMYK
RGB Variations
Color information
#BBA70D (or 0xBBA70D) is known color: Buddha Gold. HEX triplet: BB, A7 and 0D. RGB value is (187,167,13). Sum of RGB (Red+Green+Blue) = 187+167+13=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA70D is #4458F2. Grayscale: #9C9C9C. Windows color (decimal): -4479219 or 894907. OLE color: 894907.
HSL color Cylindrical-coordinate representation of color #BBA70D: hue angle of 53.1º 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 #BBA70D is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 13 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.27 |
| HSL | 53.1º | 0.87% | 0.39% | - |
| HSV(B) | 53.1º | 0.93% | 0.73% | - |
| XYZ | 34.38 | 38.23 | 5.95 | - |
| YUV | 155.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 13 | 0 | 0.11 | 0.93 | 0.27 | 53.1 | 0.87 | 0.39 |
| Hex | BB | A7 | D | 0 | B | 5D | 1B | 35 | 57 | 27 |
| Octal | 273 | 247 | 15 | 0 | 13 | 135 | 33 | 65 | 127 | 47 |
| Binary | 10111011 | 10100111 | 1101 | 0 | 1011 | 1011101 | 11011 | 110101 | 1010111 | 100111 |
Color Harmonies of #BBA70D
Complementary color
Monochromatic Colors of #BBA70D
Black with #BBA70D
Text Example
Text Example
White with #BBA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA70D; }
p { color: rgb(187,167,13); }
H1.HeaderClassName
{
color: #BBA70D;
}
.AnyTagClassName
{
color: #BBA70D;
}
</style>
background-color css
<style>
a { background-color: #BBA70D; }
a { background-color: rgb(187,167,13); }
div.DivClassName
{
background-color: #BBA70D;
}
.BgClassName
{
background-color: #BBA70D;
}
</style>
border-color css
<style>
span { border-color: #BBA70D; }
span { border-color: rgb(187,167,13); }
td.TdClassName
{
border-color: #BBA70D;
}
.TagClassName
{
border-color: #BBA70D;
}
</style>