Shades of Buddha Gold #B99D0E
Tints of Buddha Gold #B99D0E
RGB
CMYK
RGB Variations
Color information
#B99D0E (or 0xB99D0E) is known color: Buddha Gold. HEX triplet: B9, 9D and 0E. RGB value is (185,157,14). Sum of RGB (Red+Green+Blue) = 185+157+14=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99D0E is #4662F1. Grayscale: #959595. Windows color (decimal): -4612850 or 957881. OLE color: 957881.
HSL color Cylindrical-coordinate representation of color #B99D0E: hue angle of 50.18º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B99D0E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.27 |
| HSL | 50.18º | 0.86% | 0.39% | - |
| HSV(B) | 50.18º | 0.92% | 0.73% | - |
| XYZ | 32.14 | 34.46 | 5.37 | - |
| YUV | 149.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 14 | 0 | 0.15 | 0.92 | 0.27 | 50.18 | 0.86 | 0.39 |
| Hex | B9 | 9D | E | 0 | F | 5C | 1B | 32 | 56 | 27 |
| Octal | 271 | 235 | 16 | 0 | 17 | 134 | 33 | 62 | 126 | 47 |
| Binary | 10111001 | 10011101 | 1110 | 0 | 1111 | 1011100 | 11011 | 110010 | 1010110 | 100111 |
Color Harmonies of #B99D0E
Complementary color
Monochromatic Colors of #B99D0E
Black with #B99D0E
Text Example
Text Example
White with #B99D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D0E; }
p { color: rgb(185,157,14); }
H1.HeaderClassName
{
color: #B99D0E;
}
.AnyTagClassName
{
color: #B99D0E;
}
</style>
background-color css
<style>
a { background-color: #B99D0E; }
a { background-color: rgb(185,157,14); }
div.DivClassName
{
background-color: #B99D0E;
}
.BgClassName
{
background-color: #B99D0E;
}
</style>
border-color css
<style>
span { border-color: #B99D0E; }
span { border-color: rgb(185,157,14); }
td.TdClassName
{
border-color: #B99D0E;
}
.TagClassName
{
border-color: #B99D0E;
}
</style>