Shades of Buddha Gold #BB9F00
Tints of Buddha Gold #BB9F00
RGB
CMYK
RGB Variations
Color information
#BB9F00 (or 0xBB9F00) is known color: Buddha Gold. HEX triplet: BB, 9F and 00. RGB value is (187,159,0). Sum of RGB (Red+Green+Blue) = 187+159+0=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9F00 is #4460FF. Grayscale: #959595. Windows color (decimal): -4481280 or 40891. OLE color: 40891.
HSL color Cylindrical-coordinate representation of color #BB9F00: hue angle of 51.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB9F00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.27 |
| HSL | 51.02º | 1% | 0.37% | - |
| HSV(B) | 51.02º | 1% | 0.73% | - |
| XYZ | 32.89 | 35.36 | 5.09 | - |
| YUV | 149.25 | 43.78 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 0 | 0 | 0.15 | 1 | 0.27 | 51.02 | 1 | 0.37 |
| Hex | BB | 9F | 0 | 0 | F | 64 | 1B | 33 | 64 | 25 |
| Octal | 273 | 237 | 0 | 0 | 17 | 144 | 33 | 63 | 144 | 45 |
| Binary | 10111011 | 10011111 | 0 | 0 | 1111 | 1100100 | 11011 | 110011 | 1100100 | 100101 |
Color Harmonies of #BB9F00
Complementary color
Monochromatic Colors of #BB9F00
Black with #BB9F00
Text Example
Text Example
White with #BB9F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F00; }
p { color: rgb(187,159,0); }
H1.HeaderClassName
{
color: #BB9F00;
}
.AnyTagClassName
{
color: #BB9F00;
}
</style>
background-color css
<style>
a { background-color: #BB9F00; }
a { background-color: rgb(187,159,0); }
div.DivClassName
{
background-color: #BB9F00;
}
.BgClassName
{
background-color: #BB9F00;
}
</style>
border-color css
<style>
span { border-color: #BB9F00; }
span { border-color: rgb(187,159,0); }
td.TdClassName
{
border-color: #BB9F00;
}
.TagClassName
{
border-color: #BB9F00;
}
</style>