Shades of Buddha Gold #BB9512
Tints of Buddha Gold #BB9512
RGB
CMYK
RGB Variations
Color information
#BB9512 (or 0xBB9512) is known color: Buddha Gold. HEX triplet: BB, 95 and 12. RGB value is (187,149,18). Sum of RGB (Red+Green+Blue) = 187+149+18=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9512 is #446AED. Grayscale: #919191. Windows color (decimal): -4483822 or 1217979. OLE color: 1217979.
HSL color Cylindrical-coordinate representation of color #BB9512: hue angle of 46.51º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB9512 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 18 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.27 |
| HSL | 46.51º | 0.82% | 0.4% | - |
| HSV(B) | 46.51º | 0.9% | 0.73% | - |
| XYZ | 31.35 | 32.1 | 5.12 | - |
| YUV | 145.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 18 | 0 | 0.20 | 0.90 | 0.27 | 46.51 | 0.82 | 0.4 |
| Hex | BB | 95 | 12 | 0 | 14 | 5A | 1B | 2F | 52 | 28 |
| Octal | 273 | 225 | 22 | 0 | 24 | 132 | 33 | 57 | 122 | 50 |
| Binary | 10111011 | 10010101 | 10010 | 0 | 10100 | 1011010 | 11011 | 101111 | 1010010 | 101000 |
Color Harmonies of #BB9512
Complementary color
Monochromatic Colors of #BB9512
Black with #BB9512
Text Example
Text Example
White with #BB9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9512; }
p { color: rgb(187,149,18); }
H1.HeaderClassName
{
color: #BB9512;
}
.AnyTagClassName
{
color: #BB9512;
}
</style>
background-color css
<style>
a { background-color: #BB9512; }
a { background-color: rgb(187,149,18); }
div.DivClassName
{
background-color: #BB9512;
}
.BgClassName
{
background-color: #BB9512;
}
</style>
border-color css
<style>
span { border-color: #BB9512; }
span { border-color: rgb(187,149,18); }
td.TdClassName
{
border-color: #BB9512;
}
.TagClassName
{
border-color: #BB9512;
}
</style>