Shades of Buddha Gold #B89B07
Tints of Buddha Gold #B89B07
RGB
CMYK
RGB Variations
Color information
#B89B07 (or 0xB89B07) is known color: Buddha Gold. HEX triplet: B8, 9B and 07. RGB value is (184,155,7). Sum of RGB (Red+Green+Blue) = 184+155+7=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89B07 is #4764F8. Grayscale: #939393. Windows color (decimal): -4678905 or 498616. OLE color: 498616.
HSL color Cylindrical-coordinate representation of color #B89B07: hue angle of 50.17º 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 #B89B07 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 7 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.28 |
| HSL | 50.17º | 0.93% | 0.37% | - |
| HSV(B) | 50.17º | 0.96% | 0.72% | - |
| XYZ | 31.53 | 33.65 | 5.03 | - |
| YUV | 146.8 | 49.11 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 7 | 0 | 0.16 | 0.96 | 0.28 | 50.17 | 0.93 | 0.37 |
| Hex | B8 | 9B | 7 | 0 | 10 | 60 | 1C | 32 | 5D | 25 |
| Octal | 270 | 233 | 7 | 0 | 20 | 140 | 34 | 62 | 135 | 45 |
| Binary | 10111000 | 10011011 | 111 | 0 | 10000 | 1100000 | 11100 | 110010 | 1011101 | 100101 |
Color Harmonies of #B89B07
Complementary color
Monochromatic Colors of #B89B07
Black with #B89B07
Text Example
Text Example
White with #B89B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B07; }
p { color: rgb(184,155,7); }
H1.HeaderClassName
{
color: #B89B07;
}
.AnyTagClassName
{
color: #B89B07;
}
</style>
background-color css
<style>
a { background-color: #B89B07; }
a { background-color: rgb(184,155,7); }
div.DivClassName
{
background-color: #B89B07;
}
.BgClassName
{
background-color: #B89B07;
}
</style>
border-color css
<style>
span { border-color: #B89B07; }
span { border-color: rgb(184,155,7); }
td.TdClassName
{
border-color: #B89B07;
}
.TagClassName
{
border-color: #B89B07;
}
</style>