Shades of Buddha Gold #B99D1D
Tints of Buddha Gold #B99D1D
RGB
CMYK
RGB Variations
Color information
#B99D1D (or 0xB99D1D) is known color: Buddha Gold. HEX triplet: B9, 9D and 1D. RGB value is (185,157,29). Sum of RGB (Red+Green+Blue) = 185+157+29=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D1D is #4662E2. Grayscale: #979797. Windows color (decimal): -4612835 or 1940921. OLE color: 1940921.
HSL color Cylindrical-coordinate representation of color #B99D1D: hue angle of 49.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B99D1D is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 29 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.27 |
| HSL | 49.23º | 0.73% | 0.42% | - |
| HSV(B) | 49.23º | 0.84% | 0.73% | - |
| XYZ | 32.29 | 34.52 | 6.12 | - |
| YUV | 150.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 29 | 0 | 0.15 | 0.84 | 0.27 | 49.23 | 0.73 | 0.42 |
| Hex | B9 | 9D | 1D | 0 | F | 54 | 1B | 31 | 49 | 2A |
| Octal | 271 | 235 | 35 | 0 | 17 | 124 | 33 | 61 | 111 | 52 |
| Binary | 10111001 | 10011101 | 11101 | 0 | 1111 | 1010100 | 11011 | 110001 | 1001001 | 101010 |
Color Harmonies of #B99D1D
Complementary color
Monochromatic Colors of #B99D1D
Black with #B99D1D
Text Example
Text Example
White with #B99D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D1D; }
p { color: rgb(185,157,29); }
H1.HeaderClassName
{
color: #B99D1D;
}
.AnyTagClassName
{
color: #B99D1D;
}
</style>
background-color css
<style>
a { background-color: #B99D1D; }
a { background-color: rgb(185,157,29); }
div.DivClassName
{
background-color: #B99D1D;
}
.BgClassName
{
background-color: #B99D1D;
}
</style>
border-color css
<style>
span { border-color: #B99D1D; }
span { border-color: rgb(185,157,29); }
td.TdClassName
{
border-color: #B99D1D;
}
.TagClassName
{
border-color: #B99D1D;
}
</style>