Shades of Buddha Gold #B99C19
Tints of Buddha Gold #B99C19
RGB
CMYK
RGB Variations
Color information
#B99C19 (or 0xB99C19) is known color: Buddha Gold. HEX triplet: B9, 9C and 19. RGB value is (185,156,25). Sum of RGB (Red+Green+Blue) = 185+156+25=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C19 is #4663E6. Grayscale: #969696. Windows color (decimal): -4613095 or 1678521. OLE color: 1678521.
HSL color Cylindrical-coordinate representation of color #B99C19: hue angle of 49.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B99C19 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 25 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.27 |
| HSL | 49.13º | 0.76% | 0.41% | - |
| HSV(B) | 49.13º | 0.86% | 0.73% | - |
| XYZ | 32.07 | 34.16 | 5.82 | - |
| YUV | 149.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 25 | 0 | 0.16 | 0.86 | 0.27 | 49.13 | 0.76 | 0.41 |
| Hex | B9 | 9C | 19 | 0 | 10 | 56 | 1B | 31 | 4C | 29 |
| Octal | 271 | 234 | 31 | 0 | 20 | 126 | 33 | 61 | 114 | 51 |
| Binary | 10111001 | 10011100 | 11001 | 0 | 10000 | 1010110 | 11011 | 110001 | 1001100 | 101001 |
Color Harmonies of #B99C19
Complementary color
Monochromatic Colors of #B99C19
Black with #B99C19
Text Example
Text Example
White with #B99C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C19; }
p { color: rgb(185,156,25); }
H1.HeaderClassName
{
color: #B99C19;
}
.AnyTagClassName
{
color: #B99C19;
}
</style>
background-color css
<style>
a { background-color: #B99C19; }
a { background-color: rgb(185,156,25); }
div.DivClassName
{
background-color: #B99C19;
}
.BgClassName
{
background-color: #B99C19;
}
</style>
border-color css
<style>
span { border-color: #B99C19; }
span { border-color: rgb(185,156,25); }
td.TdClassName
{
border-color: #B99C19;
}
.TagClassName
{
border-color: #B99C19;
}
</style>