Shades of Buddha Gold #B99D17
Tints of Buddha Gold #B99D17
RGB
CMYK
RGB Variations
Color information
#B99D17 (or 0xB99D17) is known color: Buddha Gold. HEX triplet: B9, 9D and 17. RGB value is (185,157,23). Sum of RGB (Red+Green+Blue) = 185+157+23=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99D17 is #4662E8. Grayscale: #969696. Windows color (decimal): -4612841 or 1547705. OLE color: 1547705.
HSL color Cylindrical-coordinate representation of color #B99D17: hue angle of 49.63º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B99D17 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 23 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.27 |
| HSL | 49.63º | 0.78% | 0.41% | - |
| HSV(B) | 49.63º | 0.88% | 0.73% | - |
| XYZ | 32.22 | 34.49 | 5.77 | - |
| YUV | 150.1 | 56.28 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 23 | 0 | 0.15 | 0.88 | 0.27 | 49.63 | 0.78 | 0.41 |
| Hex | B9 | 9D | 17 | 0 | F | 58 | 1B | 32 | 4E | 29 |
| Octal | 271 | 235 | 27 | 0 | 17 | 130 | 33 | 62 | 116 | 51 |
| Binary | 10111001 | 10011101 | 10111 | 0 | 1111 | 1011000 | 11011 | 110010 | 1001110 | 101001 |
Color Harmonies of #B99D17
Complementary color
Monochromatic Colors of #B99D17
Black with #B99D17
Text Example
Text Example
White with #B99D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D17; }
p { color: rgb(185,157,23); }
H1.HeaderClassName
{
color: #B99D17;
}
.AnyTagClassName
{
color: #B99D17;
}
</style>
background-color css
<style>
a { background-color: #B99D17; }
a { background-color: rgb(185,157,23); }
div.DivClassName
{
background-color: #B99D17;
}
.BgClassName
{
background-color: #B99D17;
}
</style>
border-color css
<style>
span { border-color: #B99D17; }
span { border-color: rgb(185,157,23); }
td.TdClassName
{
border-color: #B99D17;
}
.TagClassName
{
border-color: #B99D17;
}
</style>