Shades of Buddha Gold #BB9719
Tints of Buddha Gold #BB9719
RGB
CMYK
RGB Variations
Color information
#BB9719 (or 0xBB9719) is known color: Buddha Gold. HEX triplet: BB, 97 and 19. RGB value is (187,151,25). Sum of RGB (Red+Green+Blue) = 187+151+25=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9719 is #4468E6. Grayscale: #939393. Windows color (decimal): -4483303 or 1677243. OLE color: 1677243.
HSL color Cylindrical-coordinate representation of color #BB9719: hue angle of 46.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB9719 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 25 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.27 |
| HSL | 46.67º | 0.76% | 0.42% | - |
| HSV(B) | 46.67º | 0.87% | 0.73% | - |
| XYZ | 31.74 | 32.77 | 5.57 | - |
| YUV | 147.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 25 | 0 | 0.19 | 0.87 | 0.27 | 46.67 | 0.76 | 0.42 |
| Hex | BB | 97 | 19 | 0 | 13 | 57 | 1B | 2F | 4C | 2A |
| Octal | 273 | 227 | 31 | 0 | 23 | 127 | 33 | 57 | 114 | 52 |
| Binary | 10111011 | 10010111 | 11001 | 0 | 10011 | 1010111 | 11011 | 101111 | 1001100 | 101010 |
Color Harmonies of #BB9719
Complementary color
Monochromatic Colors of #BB9719
Black with #BB9719
Text Example
Text Example
White with #BB9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9719; }
p { color: rgb(187,151,25); }
H1.HeaderClassName
{
color: #BB9719;
}
.AnyTagClassName
{
color: #BB9719;
}
</style>
background-color css
<style>
a { background-color: #BB9719; }
a { background-color: rgb(187,151,25); }
div.DivClassName
{
background-color: #BB9719;
}
.BgClassName
{
background-color: #BB9719;
}
</style>
border-color css
<style>
span { border-color: #BB9719; }
span { border-color: rgb(187,151,25); }
td.TdClassName
{
border-color: #BB9719;
}
.TagClassName
{
border-color: #BB9719;
}
</style>