Shades of Buddha Gold #B89C0B
Tints of Buddha Gold #B89C0B
RGB
CMYK
RGB Variations
Color information
#B89C0B (or 0xB89C0B) is known color: Buddha Gold. HEX triplet: B8, 9C and 0B. RGB value is (184,156,11). Sum of RGB (Red+Green+Blue) = 184+156+11=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89C0B is #4763F4. Grayscale: #949494. Windows color (decimal): -4678645 or 761016. OLE color: 761016.
HSL color Cylindrical-coordinate representation of color #B89C0B: hue angle of 50.29º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B89C0B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.28 |
| HSL | 50.29º | 0.89% | 0.38% | - |
| HSV(B) | 50.29º | 0.94% | 0.72% | - |
| XYZ | 31.72 | 33.99 | 5.21 | - |
| YUV | 147.84 | 50.78 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 11 | 0 | 0.15 | 0.94 | 0.28 | 50.29 | 0.89 | 0.38 |
| Hex | B8 | 9C | B | 0 | F | 5E | 1C | 32 | 59 | 26 |
| Octal | 270 | 234 | 13 | 0 | 17 | 136 | 34 | 62 | 131 | 46 |
| Binary | 10111000 | 10011100 | 1011 | 0 | 1111 | 1011110 | 11100 | 110010 | 1011001 | 100110 |
Color Harmonies of #B89C0B
Complementary color
Monochromatic Colors of #B89C0B
Black with #B89C0B
Text Example
Text Example
White with #B89C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C0B; }
p { color: rgb(184,156,11); }
H1.HeaderClassName
{
color: #B89C0B;
}
.AnyTagClassName
{
color: #B89C0B;
}
</style>
background-color css
<style>
a { background-color: #B89C0B; }
a { background-color: rgb(184,156,11); }
div.DivClassName
{
background-color: #B89C0B;
}
.BgClassName
{
background-color: #B89C0B;
}
</style>
border-color css
<style>
span { border-color: #B89C0B; }
span { border-color: rgb(184,156,11); }
td.TdClassName
{
border-color: #B89C0B;
}
.TagClassName
{
border-color: #B89C0B;
}
</style>