Shades of Buddha Gold #B99A0C
Tints of Buddha Gold #B99A0C
RGB
CMYK
RGB Variations
Color information
#B99A0C (or 0xB99A0C) is known color: Buddha Gold. HEX triplet: B9, 9A and 0C. RGB value is (185,154,12). Sum of RGB (Red+Green+Blue) = 185+154+12=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99A0C is #4665F3. Grayscale: #939393. Windows color (decimal): -4613620 or 826041. OLE color: 826041.
HSL color Cylindrical-coordinate representation of color #B99A0C: hue angle of 49.25º 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 #B99A0C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.27 |
| HSL | 49.25º | 0.88% | 0.39% | - |
| HSV(B) | 49.25º | 0.94% | 0.73% | - |
| XYZ | 31.63 | 33.45 | 5.14 | - |
| YUV | 147.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 12 | 0 | 0.17 | 0.94 | 0.27 | 49.25 | 0.88 | 0.39 |
| Hex | B9 | 9A | C | 0 | 11 | 5E | 1B | 31 | 58 | 27 |
| Octal | 271 | 232 | 14 | 0 | 21 | 136 | 33 | 61 | 130 | 47 |
| Binary | 10111001 | 10011010 | 1100 | 0 | 10001 | 1011110 | 11011 | 110001 | 1011000 | 100111 |
Color Harmonies of #B99A0C
Complementary color
Monochromatic Colors of #B99A0C
Black with #B99A0C
Text Example
Text Example
White with #B99A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A0C; }
p { color: rgb(185,154,12); }
H1.HeaderClassName
{
color: #B99A0C;
}
.AnyTagClassName
{
color: #B99A0C;
}
</style>
background-color css
<style>
a { background-color: #B99A0C; }
a { background-color: rgb(185,154,12); }
div.DivClassName
{
background-color: #B99A0C;
}
.BgClassName
{
background-color: #B99A0C;
}
</style>
border-color css
<style>
span { border-color: #B99A0C; }
span { border-color: rgb(185,154,12); }
td.TdClassName
{
border-color: #B99A0C;
}
.TagClassName
{
border-color: #B99A0C;
}
</style>