Shades of Buddha Gold #B99B0B
Tints of Buddha Gold #B99B0B
RGB
CMYK
RGB Variations
Color information
#B99B0B (or 0xB99B0B) is known color: Buddha Gold. HEX triplet: B9, 9B and 0B. RGB value is (185,155,11). Sum of RGB (Red+Green+Blue) = 185+155+11=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99B0B is #4664F4. Grayscale: #949494. Windows color (decimal): -4613365 or 760761. OLE color: 760761.
HSL color Cylindrical-coordinate representation of color #B99B0B: hue angle of 49.66º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B99B0B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 11 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.27 |
| HSL | 49.66º | 0.89% | 0.38% | - |
| HSV(B) | 49.66º | 0.94% | 0.73% | - |
| XYZ | 31.79 | 33.78 | 5.16 | - |
| YUV | 147.55 | 50.94 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 11 | 0 | 0.16 | 0.94 | 0.27 | 49.66 | 0.89 | 0.38 |
| Hex | B9 | 9B | B | 0 | 10 | 5E | 1B | 32 | 59 | 26 |
| Octal | 271 | 233 | 13 | 0 | 20 | 136 | 33 | 62 | 131 | 46 |
| Binary | 10111001 | 10011011 | 1011 | 0 | 10000 | 1011110 | 11011 | 110010 | 1011001 | 100110 |
Color Harmonies of #B99B0B
Complementary color
Monochromatic Colors of #B99B0B
Black with #B99B0B
Text Example
Text Example
White with #B99B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99B0B; }
p { color: rgb(185,155,11); }
H1.HeaderClassName
{
color: #B99B0B;
}
.AnyTagClassName
{
color: #B99B0B;
}
</style>
background-color css
<style>
a { background-color: #B99B0B; }
a { background-color: rgb(185,155,11); }
div.DivClassName
{
background-color: #B99B0B;
}
.BgClassName
{
background-color: #B99B0B;
}
</style>
border-color css
<style>
span { border-color: #B99B0B; }
span { border-color: rgb(185,155,11); }
td.TdClassName
{
border-color: #B99B0B;
}
.TagClassName
{
border-color: #B99B0B;
}
</style>