Shades of Buddha Gold #B89C03
Tints of Buddha Gold #B89C03
RGB
CMYK
RGB Variations
Color information
#B89C03 (or 0xB89C03) is known color: Buddha Gold. HEX triplet: B8, 9C and 03. RGB value is (184,156,3). Sum of RGB (Red+Green+Blue) = 184+156+3=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89C03 is #4763FC. Grayscale: #939393. Windows color (decimal): -4678653 or 236728. OLE color: 236728.
HSL color Cylindrical-coordinate representation of color #B89C03: hue angle of 50.72º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B89C03 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.28 |
| HSL | 50.72º | 0.97% | 0.37% | - |
| HSV(B) | 50.72º | 0.98% | 0.72% | - |
| XYZ | 31.67 | 33.97 | 4.97 | - |
| YUV | 146.93 | 46.78 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 3 | 0 | 0.15 | 0.98 | 0.28 | 50.72 | 0.97 | 0.37 |
| Hex | B8 | 9C | 3 | 0 | F | 62 | 1C | 33 | 61 | 25 |
| Octal | 270 | 234 | 3 | 0 | 17 | 142 | 34 | 63 | 141 | 45 |
| Binary | 10111000 | 10011100 | 11 | 0 | 1111 | 1100010 | 11100 | 110011 | 1100001 | 100101 |
Color Harmonies of #B89C03
Complementary color
Monochromatic Colors of #B89C03
Black with #B89C03
Text Example
Text Example
White with #B89C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C03; }
p { color: rgb(184,156,3); }
H1.HeaderClassName
{
color: #B89C03;
}
.AnyTagClassName
{
color: #B89C03;
}
</style>
background-color css
<style>
a { background-color: #B89C03; }
a { background-color: rgb(184,156,3); }
div.DivClassName
{
background-color: #B89C03;
}
.BgClassName
{
background-color: #B89C03;
}
</style>
border-color css
<style>
span { border-color: #B89C03; }
span { border-color: rgb(184,156,3); }
td.TdClassName
{
border-color: #B89C03;
}
.TagClassName
{
border-color: #B89C03;
}
</style>