Shades of Buddha Gold #B89C14
Tints of Buddha Gold #B89C14
RGB
CMYK
RGB Variations
Color information
#B89C14 (or 0xB89C14) is known color: Buddha Gold. HEX triplet: B8, 9C and 14. RGB value is (184,156,20). Sum of RGB (Red+Green+Blue) = 184+156+20=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89C14 is #4763EB. Grayscale: #959595. Windows color (decimal): -4678636 or 1350840. OLE color: 1350840.
HSL color Cylindrical-coordinate representation of color #B89C14: hue angle of 49.76º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B89C14 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 20 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.28 |
| HSL | 49.76º | 0.8% | 0.4% | - |
| HSV(B) | 49.76º | 0.89% | 0.72% | - |
| XYZ | 31.78 | 34.02 | 5.55 | - |
| YUV | 148.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 20 | 0 | 0.15 | 0.89 | 0.28 | 49.76 | 0.8 | 0.4 |
| Hex | B8 | 9C | 14 | 0 | F | 59 | 1C | 32 | 50 | 28 |
| Octal | 270 | 234 | 24 | 0 | 17 | 131 | 34 | 62 | 120 | 50 |
| Binary | 10111000 | 10011100 | 10100 | 0 | 1111 | 1011001 | 11100 | 110010 | 1010000 | 101000 |
Color Harmonies of #B89C14
Complementary color
Monochromatic Colors of #B89C14
Black with #B89C14
Text Example
Text Example
White with #B89C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C14; }
p { color: rgb(184,156,20); }
H1.HeaderClassName
{
color: #B89C14;
}
.AnyTagClassName
{
color: #B89C14;
}
</style>
background-color css
<style>
a { background-color: #B89C14; }
a { background-color: rgb(184,156,20); }
div.DivClassName
{
background-color: #B89C14;
}
.BgClassName
{
background-color: #B89C14;
}
</style>
border-color css
<style>
span { border-color: #B89C14; }
span { border-color: rgb(184,156,20); }
td.TdClassName
{
border-color: #B89C14;
}
.TagClassName
{
border-color: #B89C14;
}
</style>