Shades of Buddha Gold #B99D03
Tints of Buddha Gold #B99D03
RGB
CMYK
RGB Variations
Color information
#B99D03 (or 0xB99D03) is known color: Buddha Gold. HEX triplet: B9, 9D and 03. RGB value is (185,157,3). Sum of RGB (Red+Green+Blue) = 185+157+3=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99D03 is #4662FC. Grayscale: #949494. Windows color (decimal): -4612861 or 236985. OLE color: 236985.
HSL color Cylindrical-coordinate representation of color #B99D03: hue angle of 50.77º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B99D03 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.27 |
| HSL | 50.77º | 0.97% | 0.37% | - |
| HSV(B) | 50.77º | 0.98% | 0.73% | - |
| XYZ | 32.08 | 34.43 | 5.04 | - |
| YUV | 147.82 | 46.28 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 3 | 0 | 0.15 | 0.98 | 0.27 | 50.77 | 0.97 | 0.37 |
| Hex | B9 | 9D | 3 | 0 | F | 62 | 1B | 33 | 61 | 25 |
| Octal | 271 | 235 | 3 | 0 | 17 | 142 | 33 | 63 | 141 | 45 |
| Binary | 10111001 | 10011101 | 11 | 0 | 1111 | 1100010 | 11011 | 110011 | 1100001 | 100101 |
Color Harmonies of #B99D03
Complementary color
Monochromatic Colors of #B99D03
Black with #B99D03
Text Example
Text Example
White with #B99D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D03; }
p { color: rgb(185,157,3); }
H1.HeaderClassName
{
color: #B99D03;
}
.AnyTagClassName
{
color: #B99D03;
}
</style>
background-color css
<style>
a { background-color: #B99D03; }
a { background-color: rgb(185,157,3); }
div.DivClassName
{
background-color: #B99D03;
}
.BgClassName
{
background-color: #B99D03;
}
</style>
border-color css
<style>
span { border-color: #B99D03; }
span { border-color: rgb(185,157,3); }
td.TdClassName
{
border-color: #B99D03;
}
.TagClassName
{
border-color: #B99D03;
}
</style>