Shades of Buddha Gold #B9911D
Tints of Buddha Gold #B9911D
RGB
CMYK
RGB Variations
Color information
#B9911D (or 0xB9911D) is known color: Buddha Gold. HEX triplet: B9, 91 and 1D. RGB value is (185,145,29). Sum of RGB (Red+Green+Blue) = 185+145+29=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9911D is #466EE2. Grayscale: #909090. Windows color (decimal): -4615907 or 1937849. OLE color: 1937849.
HSL color Cylindrical-coordinate representation of color #B9911D: hue angle of 44.62º 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 #B9911D is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 29 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.27 |
| HSL | 44.62º | 0.73% | 0.42% | - |
| HSV(B) | 44.62º | 0.84% | 0.73% | - |
| XYZ | 30.35 | 30.65 | 5.48 | - |
| YUV | 143.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 29 | 0 | 0.22 | 0.84 | 0.27 | 44.62 | 0.73 | 0.42 |
| Hex | B9 | 91 | 1D | 0 | 16 | 54 | 1B | 2D | 49 | 2A |
| Octal | 271 | 221 | 35 | 0 | 26 | 124 | 33 | 55 | 111 | 52 |
| Binary | 10111001 | 10010001 | 11101 | 0 | 10110 | 1010100 | 11011 | 101101 | 1001001 | 101010 |
Color Harmonies of #B9911D
Complementary color
Monochromatic Colors of #B9911D
Black with #B9911D
Text Example
Text Example
White with #B9911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9911D; }
p { color: rgb(185,145,29); }
H1.HeaderClassName
{
color: #B9911D;
}
.AnyTagClassName
{
color: #B9911D;
}
</style>
background-color css
<style>
a { background-color: #B9911D; }
a { background-color: rgb(185,145,29); }
div.DivClassName
{
background-color: #B9911D;
}
.BgClassName
{
background-color: #B9911D;
}
</style>
border-color css
<style>
span { border-color: #B9911D; }
span { border-color: rgb(185,145,29); }
td.TdClassName
{
border-color: #B9911D;
}
.TagClassName
{
border-color: #B9911D;
}
</style>