Shades of Buddha Gold #BB970E
Tints of Buddha Gold #BB970E
RGB
CMYK
RGB Variations
Color information
#BB970E (or 0xBB970E) is known color: Buddha Gold. HEX triplet: BB, 97 and 0E. RGB value is (187,151,14). Sum of RGB (Red+Green+Blue) = 187+151+14=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB970E is #4468F1. Grayscale: #929292. Windows color (decimal): -4483314 or 956347. OLE color: 956347.
HSL color Cylindrical-coordinate representation of color #BB970E: hue angle of 47.51º degrees, saturation: 0.86, 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 #BB970E is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 14 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.27 |
| HSL | 47.51º | 0.86% | 0.39% | - |
| HSV(B) | 47.51º | 0.93% | 0.73% | - |
| XYZ | 31.64 | 32.73 | 5.07 | - |
| YUV | 146.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 14 | 0 | 0.19 | 0.93 | 0.27 | 47.51 | 0.86 | 0.39 |
| Hex | BB | 97 | E | 0 | 13 | 5D | 1B | 30 | 56 | 27 |
| Octal | 273 | 227 | 16 | 0 | 23 | 135 | 33 | 60 | 126 | 47 |
| Binary | 10111011 | 10010111 | 1110 | 0 | 10011 | 1011101 | 11011 | 110000 | 1010110 | 100111 |
Color Harmonies of #BB970E
Complementary color
Monochromatic Colors of #BB970E
Black with #BB970E
Text Example
Text Example
White with #BB970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB970E; }
p { color: rgb(187,151,14); }
H1.HeaderClassName
{
color: #BB970E;
}
.AnyTagClassName
{
color: #BB970E;
}
</style>
background-color css
<style>
a { background-color: #BB970E; }
a { background-color: rgb(187,151,14); }
div.DivClassName
{
background-color: #BB970E;
}
.BgClassName
{
background-color: #BB970E;
}
</style>
border-color css
<style>
span { border-color: #BB970E; }
span { border-color: rgb(187,151,14); }
td.TdClassName
{
border-color: #BB970E;
}
.TagClassName
{
border-color: #BB970E;
}
</style>