Shades of Buddha Gold #B89808
Tints of Buddha Gold #B89808
RGB
CMYK
RGB Variations
Color information
#B89808 (or 0xB89808) is known color: Buddha Gold. HEX triplet: B8, 98 and 08. RGB value is (184,152,8). Sum of RGB (Red+Green+Blue) = 184+152+8=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B89808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89808 is #4767F7. Grayscale: #919191. Windows color (decimal): -4679672 or 563384. OLE color: 563384.
HSL color Cylindrical-coordinate representation of color #B89808: hue angle of 49.09º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B89808 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.28 |
| HSL | 49.09º | 0.92% | 0.38% | - |
| HSV(B) | 49.09º | 0.96% | 0.72% | - |
| XYZ | 31.04 | 32.66 | 4.9 | - |
| YUV | 145.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 8 | 0 | 0.17 | 0.96 | 0.28 | 49.09 | 0.92 | 0.38 |
| Hex | B8 | 98 | 8 | 0 | 11 | 60 | 1C | 31 | 5C | 26 |
| Octal | 270 | 230 | 10 | 0 | 21 | 140 | 34 | 61 | 134 | 46 |
| Binary | 10111000 | 10011000 | 1000 | 0 | 10001 | 1100000 | 11100 | 110001 | 1011100 | 100110 |
Color Harmonies of #B89808
Complementary color
Monochromatic Colors of #B89808
Black with #B89808
Text Example
Text Example
White with #B89808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89808; }
p { color: rgb(184,152,8); }
H1.HeaderClassName
{
color: #B89808;
}
.AnyTagClassName
{
color: #B89808;
}
</style>
background-color css
<style>
a { background-color: #B89808; }
a { background-color: rgb(184,152,8); }
div.DivClassName
{
background-color: #B89808;
}
.BgClassName
{
background-color: #B89808;
}
</style>
border-color css
<style>
span { border-color: #B89808; }
span { border-color: rgb(184,152,8); }
td.TdClassName
{
border-color: #B89808;
}
.TagClassName
{
border-color: #B89808;
}
</style>