Shades of Buddha Gold #B9950C
Tints of Buddha Gold #B9950C
RGB
CMYK
RGB Variations
Color information
#B9950C (or 0xB9950C) is known color: Buddha Gold. HEX triplet: B9, 95 and 0C. RGB value is (185,149,12). Sum of RGB (Red+Green+Blue) = 185+149+12=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9950C is #466AF3. Grayscale: #909090. Windows color (decimal): -4614900 or 824761. OLE color: 824761.
HSL color Cylindrical-coordinate representation of color #B9950C: hue angle of 47.51º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9950C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.27 |
| HSL | 47.51º | 0.88% | 0.39% | - |
| HSV(B) | 47.51º | 0.94% | 0.73% | - |
| XYZ | 30.82 | 31.84 | 4.87 | - |
| YUV | 144.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 12 | 0 | 0.19 | 0.94 | 0.27 | 47.51 | 0.88 | 0.39 |
| Hex | B9 | 95 | C | 0 | 13 | 5E | 1B | 30 | 58 | 27 |
| Octal | 271 | 225 | 14 | 0 | 23 | 136 | 33 | 60 | 130 | 47 |
| Binary | 10111001 | 10010101 | 1100 | 0 | 10011 | 1011110 | 11011 | 110000 | 1011000 | 100111 |
Color Harmonies of #B9950C
Complementary color
Monochromatic Colors of #B9950C
Black with #B9950C
Text Example
Text Example
White with #B9950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9950C; }
p { color: rgb(185,149,12); }
H1.HeaderClassName
{
color: #B9950C;
}
.AnyTagClassName
{
color: #B9950C;
}
</style>
background-color css
<style>
a { background-color: #B9950C; }
a { background-color: rgb(185,149,12); }
div.DivClassName
{
background-color: #B9950C;
}
.BgClassName
{
background-color: #B9950C;
}
</style>
border-color css
<style>
span { border-color: #B9950C; }
span { border-color: rgb(185,149,12); }
td.TdClassName
{
border-color: #B9950C;
}
.TagClassName
{
border-color: #B9950C;
}
</style>