Shades of Buddha Gold #B9931D
Tints of Buddha Gold #B9931D
RGB
CMYK
RGB Variations
Color information
#B9931D (or 0xB9931D) is known color: Buddha Gold. HEX triplet: B9, 93 and 1D. RGB value is (185,147,29). Sum of RGB (Red+Green+Blue) = 185+147+29=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9931D is #466CE2. Grayscale: #919191. Windows color (decimal): -4615395 or 1938361. OLE color: 1938361.
HSL color Cylindrical-coordinate representation of color #B9931D: hue angle of 45.38º 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 #B9931D is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 29 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.27 |
| HSL | 45.38º | 0.73% | 0.42% | - |
| HSV(B) | 45.38º | 0.84% | 0.73% | - |
| XYZ | 30.66 | 31.27 | 5.58 | - |
| YUV | 144.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 29 | 0 | 0.21 | 0.84 | 0.27 | 45.38 | 0.73 | 0.42 |
| Hex | B9 | 93 | 1D | 0 | 15 | 54 | 1B | 2D | 49 | 2A |
| Octal | 271 | 223 | 35 | 0 | 25 | 124 | 33 | 55 | 111 | 52 |
| Binary | 10111001 | 10010011 | 11101 | 0 | 10101 | 1010100 | 11011 | 101101 | 1001001 | 101010 |
Color Harmonies of #B9931D
Complementary color
Monochromatic Colors of #B9931D
Black with #B9931D
Text Example
Text Example
White with #B9931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9931D; }
p { color: rgb(185,147,29); }
H1.HeaderClassName
{
color: #B9931D;
}
.AnyTagClassName
{
color: #B9931D;
}
</style>
background-color css
<style>
a { background-color: #B9931D; }
a { background-color: rgb(185,147,29); }
div.DivClassName
{
background-color: #B9931D;
}
.BgClassName
{
background-color: #B9931D;
}
</style>
border-color css
<style>
span { border-color: #B9931D; }
span { border-color: rgb(185,147,29); }
td.TdClassName
{
border-color: #B9931D;
}
.TagClassName
{
border-color: #B9931D;
}
</style>