Shades of Buddha Gold #B99714
Tints of Buddha Gold #B99714
RGB
CMYK
RGB Variations
Color information
#B99714 (or 0xB99714) is known color: Buddha Gold. HEX triplet: B9, 97 and 14. RGB value is (185,151,20). Sum of RGB (Red+Green+Blue) = 185+151+20=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B99714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99714 is #4668EB. Grayscale: #929292. Windows color (decimal): -4614380 or 1349561. OLE color: 1349561.
HSL color Cylindrical-coordinate representation of color #B99714: hue angle of 47.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B99714 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 20 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.27 |
| HSL | 47.64º | 0.8% | 0.4% | - |
| HSV(B) | 47.64º | 0.89% | 0.73% | - |
| XYZ | 31.2 | 32.5 | 5.29 | - |
| YUV | 146.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 20 | 0 | 0.18 | 0.89 | 0.27 | 47.64 | 0.8 | 0.4 |
| Hex | B9 | 97 | 14 | 0 | 12 | 59 | 1B | 30 | 50 | 28 |
| Octal | 271 | 227 | 24 | 0 | 22 | 131 | 33 | 60 | 120 | 50 |
| Binary | 10111001 | 10010111 | 10100 | 0 | 10010 | 1011001 | 11011 | 110000 | 1010000 | 101000 |
Color Harmonies of #B99714
Complementary color
Monochromatic Colors of #B99714
Black with #B99714
Text Example
Text Example
White with #B99714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99714; }
p { color: rgb(185,151,20); }
H1.HeaderClassName
{
color: #B99714;
}
.AnyTagClassName
{
color: #B99714;
}
</style>
background-color css
<style>
a { background-color: #B99714; }
a { background-color: rgb(185,151,20); }
div.DivClassName
{
background-color: #B99714;
}
.BgClassName
{
background-color: #B99714;
}
</style>
border-color css
<style>
span { border-color: #B99714; }
span { border-color: rgb(185,151,20); }
td.TdClassName
{
border-color: #B99714;
}
.TagClassName
{
border-color: #B99714;
}
</style>