Shades of Buddha Gold #B99C0E
Tints of Buddha Gold #B99C0E
RGB
CMYK
RGB Variations
Color information
#B99C0E (or 0xB99C0E) is known color: Buddha Gold. HEX triplet: B9, 9C and 0E. RGB value is (185,156,14). Sum of RGB (Red+Green+Blue) = 185+156+14=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C0E is #4663F1. Grayscale: #959595. Windows color (decimal): -4613106 or 957625. OLE color: 957625.
HSL color Cylindrical-coordinate representation of color #B99C0E: hue angle of 49.82º 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 #B99C0E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 14 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.27 |
| HSL | 49.82º | 0.86% | 0.39% | - |
| HSV(B) | 49.82º | 0.92% | 0.73% | - |
| XYZ | 31.98 | 34.12 | 5.32 | - |
| YUV | 148.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 14 | 0 | 0.16 | 0.92 | 0.27 | 49.82 | 0.86 | 0.39 |
| Hex | B9 | 9C | E | 0 | 10 | 5C | 1B | 32 | 56 | 27 |
| Octal | 271 | 234 | 16 | 0 | 20 | 134 | 33 | 62 | 126 | 47 |
| Binary | 10111001 | 10011100 | 1110 | 0 | 10000 | 1011100 | 11011 | 110010 | 1010110 | 100111 |
Color Harmonies of #B99C0E
Complementary color
Monochromatic Colors of #B99C0E
Black with #B99C0E
Text Example
Text Example
White with #B99C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C0E; }
p { color: rgb(185,156,14); }
H1.HeaderClassName
{
color: #B99C0E;
}
.AnyTagClassName
{
color: #B99C0E;
}
</style>
background-color css
<style>
a { background-color: #B99C0E; }
a { background-color: rgb(185,156,14); }
div.DivClassName
{
background-color: #B99C0E;
}
.BgClassName
{
background-color: #B99C0E;
}
</style>
border-color css
<style>
span { border-color: #B99C0E; }
span { border-color: rgb(185,156,14); }
td.TdClassName
{
border-color: #B99C0E;
}
.TagClassName
{
border-color: #B99C0E;
}
</style>