Shades of Buddha Gold #B99C21
Tints of Buddha Gold #B99C21
RGB
CMYK
RGB Variations
Color information
#B99C21 (or 0xB99C21) is known color: Buddha Gold. HEX triplet: B9, 9C and 21. RGB value is (185,156,33). Sum of RGB (Red+Green+Blue) = 185+156+33=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C21 is #4663DE. Grayscale: #979797. Windows color (decimal): -4613087 or 2202809. OLE color: 2202809.
HSL color Cylindrical-coordinate representation of color #B99C21: hue angle of 48.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B99C21 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 33 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.27 |
| HSL | 48.55º | 0.7% | 0.43% | - |
| HSV(B) | 48.55º | 0.82% | 0.73% | - |
| XYZ | 32.17 | 34.2 | 6.34 | - |
| YUV | 150.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 33 | 0 | 0.16 | 0.82 | 0.27 | 48.55 | 0.7 | 0.43 |
| Hex | B9 | 9C | 21 | 0 | 10 | 52 | 1B | 31 | 46 | 2B |
| Octal | 271 | 234 | 41 | 0 | 20 | 122 | 33 | 61 | 106 | 53 |
| Binary | 10111001 | 10011100 | 100001 | 0 | 10000 | 1010010 | 11011 | 110001 | 1000110 | 101011 |
Color Harmonies of #B99C21
Complementary color
Monochromatic Colors of #B99C21
Black with #B99C21
Text Example
Text Example
White with #B99C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C21; }
p { color: rgb(185,156,33); }
H1.HeaderClassName
{
color: #B99C21;
}
.AnyTagClassName
{
color: #B99C21;
}
</style>
background-color css
<style>
a { background-color: #B99C21; }
a { background-color: rgb(185,156,33); }
div.DivClassName
{
background-color: #B99C21;
}
.BgClassName
{
background-color: #B99C21;
}
</style>
border-color css
<style>
span { border-color: #B99C21; }
span { border-color: rgb(185,156,33); }
td.TdClassName
{
border-color: #B99C21;
}
.TagClassName
{
border-color: #B99C21;
}
</style>