Shades of Buddha Gold #B89D1E
Tints of Buddha Gold #B89D1E
RGB
CMYK
RGB Variations
Color information
#B89D1E (or 0xB89D1E) is known color: Buddha Gold. HEX triplet: B8, 9D and 1E. RGB value is (184,157,30). Sum of RGB (Red+Green+Blue) = 184+157+30=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89D1E is #4762E1. Grayscale: #979797. Windows color (decimal): -4678370 or 2006456. OLE color: 2006456.
HSL color Cylindrical-coordinate representation of color #B89D1E: hue angle of 49.48º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B89D1E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 30 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.28 |
| HSL | 49.48º | 0.72% | 0.42% | - |
| HSV(B) | 49.48º | 0.84% | 0.72% | - |
| XYZ | 32.06 | 34.4 | 6.18 | - |
| YUV | 150.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 30 | 0 | 0.15 | 0.84 | 0.28 | 49.48 | 0.72 | 0.42 |
| Hex | B8 | 9D | 1E | 0 | F | 54 | 1C | 31 | 48 | 2A |
| Octal | 270 | 235 | 36 | 0 | 17 | 124 | 34 | 61 | 110 | 52 |
| Binary | 10111000 | 10011101 | 11110 | 0 | 1111 | 1010100 | 11100 | 110001 | 1001000 | 101010 |
Color Harmonies of #B89D1E
Complementary color
Monochromatic Colors of #B89D1E
Black with #B89D1E
Text Example
Text Example
White with #B89D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D1E; }
p { color: rgb(184,157,30); }
H1.HeaderClassName
{
color: #B89D1E;
}
.AnyTagClassName
{
color: #B89D1E;
}
</style>
background-color css
<style>
a { background-color: #B89D1E; }
a { background-color: rgb(184,157,30); }
div.DivClassName
{
background-color: #B89D1E;
}
.BgClassName
{
background-color: #B89D1E;
}
</style>
border-color css
<style>
span { border-color: #B89D1E; }
span { border-color: rgb(184,157,30); }
td.TdClassName
{
border-color: #B89D1E;
}
.TagClassName
{
border-color: #B89D1E;
}
</style>