Shades of Buddha Gold #B89C1E
Tints of Buddha Gold #B89C1E
RGB
CMYK
RGB Variations
Color information
#B89C1E (or 0xB89C1E) is known color: Buddha Gold. HEX triplet: B8, 9C and 1E. RGB value is (184,156,30). Sum of RGB (Red+Green+Blue) = 184+156+30=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C1E is #4763E1. Grayscale: #969696. Windows color (decimal): -4678626 or 2006200. OLE color: 2006200.
HSL color Cylindrical-coordinate representation of color #B89C1E: hue angle of 49.09º 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 #B89C1E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 30 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.28 |
| HSL | 49.09º | 0.72% | 0.42% | - |
| HSV(B) | 49.09º | 0.84% | 0.72% | - |
| XYZ | 31.89 | 34.06 | 6.12 | - |
| YUV | 150.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 30 | 0 | 0.15 | 0.84 | 0.28 | 49.09 | 0.72 | 0.42 |
| Hex | B8 | 9C | 1E | 0 | F | 54 | 1C | 31 | 48 | 2A |
| Octal | 270 | 234 | 36 | 0 | 17 | 124 | 34 | 61 | 110 | 52 |
| Binary | 10111000 | 10011100 | 11110 | 0 | 1111 | 1010100 | 11100 | 110001 | 1001000 | 101010 |
Color Harmonies of #B89C1E
Complementary color
Monochromatic Colors of #B89C1E
Black with #B89C1E
Text Example
Text Example
White with #B89C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C1E; }
p { color: rgb(184,156,30); }
H1.HeaderClassName
{
color: #B89C1E;
}
.AnyTagClassName
{
color: #B89C1E;
}
</style>
background-color css
<style>
a { background-color: #B89C1E; }
a { background-color: rgb(184,156,30); }
div.DivClassName
{
background-color: #B89C1E;
}
.BgClassName
{
background-color: #B89C1E;
}
</style>
border-color css
<style>
span { border-color: #B89C1E; }
span { border-color: rgb(184,156,30); }
td.TdClassName
{
border-color: #B89C1E;
}
.TagClassName
{
border-color: #B89C1E;
}
</style>