Shades of Buddha Gold #B99719
Tints of Buddha Gold #B99719
RGB
CMYK
RGB Variations
Color information
#B99719 (or 0xB99719) is known color: Buddha Gold. HEX triplet: B9, 97 and 19. RGB value is (185,151,25). Sum of RGB (Red+Green+Blue) = 185+151+25=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B99719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99719 is #4668E6. Grayscale: #939393. Windows color (decimal): -4614375 or 1677241. OLE color: 1677241.
HSL color Cylindrical-coordinate representation of color #B99719: hue angle of 47.25º 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 #B99719 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 25 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.27 |
| HSL | 47.25º | 0.76% | 0.41% | - |
| HSV(B) | 47.25º | 0.86% | 0.73% | - |
| XYZ | 31.25 | 32.52 | 5.55 | - |
| YUV | 146.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 25 | 0 | 0.18 | 0.86 | 0.27 | 47.25 | 0.76 | 0.41 |
| Hex | B9 | 97 | 19 | 0 | 12 | 56 | 1B | 2F | 4C | 29 |
| Octal | 271 | 227 | 31 | 0 | 22 | 126 | 33 | 57 | 114 | 51 |
| Binary | 10111001 | 10010111 | 11001 | 0 | 10010 | 1010110 | 11011 | 101111 | 1001100 | 101001 |
Color Harmonies of #B99719
Complementary color
Monochromatic Colors of #B99719
Black with #B99719
Text Example
Text Example
White with #B99719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99719; }
p { color: rgb(185,151,25); }
H1.HeaderClassName
{
color: #B99719;
}
.AnyTagClassName
{
color: #B99719;
}
</style>
background-color css
<style>
a { background-color: #B99719; }
a { background-color: rgb(185,151,25); }
div.DivClassName
{
background-color: #B99719;
}
.BgClassName
{
background-color: #B99719;
}
</style>
border-color css
<style>
span { border-color: #B99719; }
span { border-color: rgb(185,151,25); }
td.TdClassName
{
border-color: #B99719;
}
.TagClassName
{
border-color: #B99719;
}
</style>