Shades of Buddha Gold #B89B09
Tints of Buddha Gold #B89B09
RGB
CMYK
RGB Variations
Color information
#B89B09 (or 0xB89B09) is known color: Buddha Gold. HEX triplet: B8, 9B and 09. RGB value is (184,155,9). Sum of RGB (Red+Green+Blue) = 184+155+9=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89B09 is #4764F6. Grayscale: #939393. Windows color (decimal): -4678903 or 629688. OLE color: 629688.
HSL color Cylindrical-coordinate representation of color #B89B09: hue angle of 50.06º 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 #B89B09 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 9 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.28 |
| HSL | 50.06º | 0.91% | 0.38% | - |
| HSV(B) | 50.06º | 0.95% | 0.72% | - |
| XYZ | 31.54 | 33.65 | 5.09 | - |
| YUV | 147.03 | 50.11 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 9 | 0 | 0.16 | 0.95 | 0.28 | 50.06 | 0.91 | 0.38 |
| Hex | B8 | 9B | 9 | 0 | 10 | 5F | 1C | 32 | 5B | 26 |
| Octal | 270 | 233 | 11 | 0 | 20 | 137 | 34 | 62 | 133 | 46 |
| Binary | 10111000 | 10011011 | 1001 | 0 | 10000 | 1011111 | 11100 | 110010 | 1011011 | 100110 |
Color Harmonies of #B89B09
Complementary color
Monochromatic Colors of #B89B09
Black with #B89B09
Text Example
Text Example
White with #B89B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B09; }
p { color: rgb(184,155,9); }
H1.HeaderClassName
{
color: #B89B09;
}
.AnyTagClassName
{
color: #B89B09;
}
</style>
background-color css
<style>
a { background-color: #B89B09; }
a { background-color: rgb(184,155,9); }
div.DivClassName
{
background-color: #B89B09;
}
.BgClassName
{
background-color: #B89B09;
}
</style>
border-color css
<style>
span { border-color: #B89B09; }
span { border-color: rgb(184,155,9); }
td.TdClassName
{
border-color: #B89B09;
}
.TagClassName
{
border-color: #B89B09;
}
</style>