Shades of Buddha Gold #B99D02
Tints of Buddha Gold #B99D02
RGB
CMYK
RGB Variations
Color information
#B99D02 (or 0xB99D02) is known color: Buddha Gold. HEX triplet: B9, 9D and 02. RGB value is (185,157,2). Sum of RGB (Red+Green+Blue) = 185+157+2=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99D02 is #4662FD. Grayscale: #949494. Windows color (decimal): -4612862 or 171449. OLE color: 171449.
HSL color Cylindrical-coordinate representation of color #B99D02: hue angle of 50.82º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B99D02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.27 |
| HSL | 50.82º | 0.98% | 0.37% | - |
| HSV(B) | 50.82º | 0.99% | 0.73% | - |
| XYZ | 32.08 | 34.43 | 5.01 | - |
| YUV | 147.7 | 45.78 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 2 | 0 | 0.15 | 0.99 | 0.27 | 50.82 | 0.98 | 0.37 |
| Hex | B9 | 9D | 2 | 0 | F | 63 | 1B | 33 | 62 | 25 |
| Octal | 271 | 235 | 2 | 0 | 17 | 143 | 33 | 63 | 142 | 45 |
| Binary | 10111001 | 10011101 | 10 | 0 | 1111 | 1100011 | 11011 | 110011 | 1100010 | 100101 |
Color Harmonies of #B99D02
Complementary color
Monochromatic Colors of #B99D02
Black with #B99D02
Text Example
Text Example
White with #B99D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D02; }
p { color: rgb(185,157,2); }
H1.HeaderClassName
{
color: #B99D02;
}
.AnyTagClassName
{
color: #B99D02;
}
</style>
background-color css
<style>
a { background-color: #B99D02; }
a { background-color: rgb(185,157,2); }
div.DivClassName
{
background-color: #B99D02;
}
.BgClassName
{
background-color: #B99D02;
}
</style>
border-color css
<style>
span { border-color: #B99D02; }
span { border-color: rgb(185,157,2); }
td.TdClassName
{
border-color: #B99D02;
}
.TagClassName
{
border-color: #B99D02;
}
</style>