Shades of Buddha Gold #B89A07
Tints of Buddha Gold #B89A07
RGB
CMYK
RGB Variations
Color information
#B89A07 (or 0xB89A07) is known color: Buddha Gold. HEX triplet: B8, 9A and 07. RGB value is (184,154,7). Sum of RGB (Red+Green+Blue) = 184+154+7=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89A07 is #4765F8. Grayscale: #929292. Windows color (decimal): -4679161 or 498360. OLE color: 498360.
HSL color Cylindrical-coordinate representation of color #B89A07: hue angle of 49.83º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B89A07 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 7 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.28 |
| HSL | 49.83º | 0.93% | 0.37% | - |
| HSV(B) | 49.83º | 0.96% | 0.72% | - |
| XYZ | 31.36 | 33.32 | 4.98 | - |
| YUV | 146.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 7 | 0 | 0.16 | 0.96 | 0.28 | 49.83 | 0.93 | 0.37 |
| Hex | B8 | 9A | 7 | 0 | 10 | 60 | 1C | 32 | 5D | 25 |
| Octal | 270 | 232 | 7 | 0 | 20 | 140 | 34 | 62 | 135 | 45 |
| Binary | 10111000 | 10011010 | 111 | 0 | 10000 | 1100000 | 11100 | 110010 | 1011101 | 100101 |
Color Harmonies of #B89A07
Complementary color
Monochromatic Colors of #B89A07
Black with #B89A07
Text Example
Text Example
White with #B89A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A07; }
p { color: rgb(184,154,7); }
H1.HeaderClassName
{
color: #B89A07;
}
.AnyTagClassName
{
color: #B89A07;
}
</style>
background-color css
<style>
a { background-color: #B89A07; }
a { background-color: rgb(184,154,7); }
div.DivClassName
{
background-color: #B89A07;
}
.BgClassName
{
background-color: #B89A07;
}
</style>
border-color css
<style>
span { border-color: #B89A07; }
span { border-color: rgb(184,154,7); }
td.TdClassName
{
border-color: #B89A07;
}
.TagClassName
{
border-color: #B89A07;
}
</style>