Shades of Buddha Gold #B89617
Tints of Buddha Gold #B89617
RGB
CMYK
RGB Variations
Color information
#B89617 (or 0xB89617) is known color: Buddha Gold. HEX triplet: B8, 96 and 17. RGB value is (184,150,23). Sum of RGB (Red+Green+Blue) = 184+150+23=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B89617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89617 is #4769E8. Grayscale: #929292. Windows color (decimal): -4680169 or 1545912. OLE color: 1545912.
HSL color Cylindrical-coordinate representation of color #B89617: hue angle of 47.33º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B89617 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 23 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.28 |
| HSL | 47.33º | 0.78% | 0.41% | - |
| HSV(B) | 47.33º | 0.88% | 0.72% | - |
| XYZ | 30.83 | 32.06 | 5.37 | - |
| YUV | 145.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 23 | 0 | 0.18 | 0.88 | 0.28 | 47.33 | 0.78 | 0.41 |
| Hex | B8 | 96 | 17 | 0 | 12 | 58 | 1C | 2F | 4E | 29 |
| Octal | 270 | 226 | 27 | 0 | 22 | 130 | 34 | 57 | 116 | 51 |
| Binary | 10111000 | 10010110 | 10111 | 0 | 10010 | 1011000 | 11100 | 101111 | 1001110 | 101001 |
Color Harmonies of #B89617
Complementary color
Monochromatic Colors of #B89617
Black with #B89617
Text Example
Text Example
White with #B89617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89617; }
p { color: rgb(184,150,23); }
H1.HeaderClassName
{
color: #B89617;
}
.AnyTagClassName
{
color: #B89617;
}
</style>
background-color css
<style>
a { background-color: #B89617; }
a { background-color: rgb(184,150,23); }
div.DivClassName
{
background-color: #B89617;
}
.BgClassName
{
background-color: #B89617;
}
</style>
border-color css
<style>
span { border-color: #B89617; }
span { border-color: rgb(184,150,23); }
td.TdClassName
{
border-color: #B89617;
}
.TagClassName
{
border-color: #B89617;
}
</style>