Shades of Buddha Gold #B99A07
Tints of Buddha Gold #B99A07
RGB
CMYK
RGB Variations
Color information
#B99A07 (or 0xB99A07) is known color: Buddha Gold. HEX triplet: B9, 9A and 07. RGB value is (185,154,7). Sum of RGB (Red+Green+Blue) = 185+154+7=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99A07 is #4665F8. Grayscale: #939393. Windows color (decimal): -4613625 or 498361. OLE color: 498361.
HSL color Cylindrical-coordinate representation of color #B99A07: hue angle of 49.55º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B99A07 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 7 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.27 |
| HSL | 49.55º | 0.93% | 0.38% | - |
| HSV(B) | 49.55º | 0.96% | 0.73% | - |
| XYZ | 31.6 | 33.44 | 4.99 | - |
| YUV | 146.51 | 49.27 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 7 | 0 | 0.17 | 0.96 | 0.27 | 49.55 | 0.93 | 0.38 |
| Hex | B9 | 9A | 7 | 0 | 11 | 60 | 1B | 32 | 5D | 26 |
| Octal | 271 | 232 | 7 | 0 | 21 | 140 | 33 | 62 | 135 | 46 |
| Binary | 10111001 | 10011010 | 111 | 0 | 10001 | 1100000 | 11011 | 110010 | 1011101 | 100110 |
Color Harmonies of #B99A07
Complementary color
Monochromatic Colors of #B99A07
Black with #B99A07
Text Example
Text Example
White with #B99A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A07; }
p { color: rgb(185,154,7); }
H1.HeaderClassName
{
color: #B99A07;
}
.AnyTagClassName
{
color: #B99A07;
}
</style>
background-color css
<style>
a { background-color: #B99A07; }
a { background-color: rgb(185,154,7); }
div.DivClassName
{
background-color: #B99A07;
}
.BgClassName
{
background-color: #B99A07;
}
</style>
border-color css
<style>
span { border-color: #B99A07; }
span { border-color: rgb(185,154,7); }
td.TdClassName
{
border-color: #B99A07;
}
.TagClassName
{
border-color: #B99A07;
}
</style>