Shades of Buddha Gold #BB960E
Tints of Buddha Gold #BB960E
RGB
CMYK
RGB Variations
Color information
#BB960E (or 0xBB960E) is known color: Buddha Gold. HEX triplet: BB, 96 and 0E. RGB value is (187,150,14). Sum of RGB (Red+Green+Blue) = 187+150+14=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB960E is #4469F1. Grayscale: #929292. Windows color (decimal): -4483570 or 956091. OLE color: 956091.
HSL color Cylindrical-coordinate representation of color #BB960E: hue angle of 47.17º 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 #BB960E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.27 |
| HSL | 47.17º | 0.86% | 0.39% | - |
| HSV(B) | 47.17º | 0.93% | 0.73% | - |
| XYZ | 31.48 | 32.41 | 5.01 | - |
| YUV | 145.56 | 53.76 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 14 | 0 | 0.20 | 0.93 | 0.27 | 47.17 | 0.86 | 0.39 |
| Hex | BB | 96 | E | 0 | 14 | 5D | 1B | 2F | 56 | 27 |
| Octal | 273 | 226 | 16 | 0 | 24 | 135 | 33 | 57 | 126 | 47 |
| Binary | 10111011 | 10010110 | 1110 | 0 | 10100 | 1011101 | 11011 | 101111 | 1010110 | 100111 |
Color Harmonies of #BB960E
Complementary color
Monochromatic Colors of #BB960E
Black with #BB960E
Text Example
Text Example
White with #BB960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB960E; }
p { color: rgb(187,150,14); }
H1.HeaderClassName
{
color: #BB960E;
}
.AnyTagClassName
{
color: #BB960E;
}
</style>
background-color css
<style>
a { background-color: #BB960E; }
a { background-color: rgb(187,150,14); }
div.DivClassName
{
background-color: #BB960E;
}
.BgClassName
{
background-color: #BB960E;
}
</style>
border-color css
<style>
span { border-color: #BB960E; }
span { border-color: rgb(187,150,14); }
td.TdClassName
{
border-color: #BB960E;
}
.TagClassName
{
border-color: #BB960E;
}
</style>