Shades of Buddha Gold #B89A09
Tints of Buddha Gold #B89A09
RGB
CMYK
RGB Variations
Color information
#B89A09 (or 0xB89A09) is known color: Buddha Gold. HEX triplet: B8, 9A and 09. RGB value is (184,154,9). Sum of RGB (Red+Green+Blue) = 184+154+9=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89A09 is #4765F6. Grayscale: #939393. Windows color (decimal): -4679159 or 629432. OLE color: 629432.
HSL color Cylindrical-coordinate representation of color #B89A09: hue angle of 49.71º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B89A09 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 9 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.28 |
| HSL | 49.71º | 0.91% | 0.38% | - |
| HSV(B) | 49.71º | 0.95% | 0.72% | - |
| XYZ | 31.37 | 33.32 | 5.04 | - |
| YUV | 146.44 | 50.44 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 9 | 0 | 0.16 | 0.95 | 0.28 | 49.71 | 0.91 | 0.38 |
| Hex | B8 | 9A | 9 | 0 | 10 | 5F | 1C | 32 | 5B | 26 |
| Octal | 270 | 232 | 11 | 0 | 20 | 137 | 34 | 62 | 133 | 46 |
| Binary | 10111000 | 10011010 | 1001 | 0 | 10000 | 1011111 | 11100 | 110010 | 1011011 | 100110 |
Color Harmonies of #B89A09
Complementary color
Monochromatic Colors of #B89A09
Black with #B89A09
Text Example
Text Example
White with #B89A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A09; }
p { color: rgb(184,154,9); }
H1.HeaderClassName
{
color: #B89A09;
}
.AnyTagClassName
{
color: #B89A09;
}
</style>
background-color css
<style>
a { background-color: #B89A09; }
a { background-color: rgb(184,154,9); }
div.DivClassName
{
background-color: #B89A09;
}
.BgClassName
{
background-color: #B89A09;
}
</style>
border-color css
<style>
span { border-color: #B89A09; }
span { border-color: rgb(184,154,9); }
td.TdClassName
{
border-color: #B89A09;
}
.TagClassName
{
border-color: #B89A09;
}
</style>