Shades of Buddha Gold #B89818
Tints of Buddha Gold #B89818
RGB
CMYK
RGB Variations
Color information
#B89818 (or 0xB89818) is known color: Buddha Gold. HEX triplet: B8, 98 and 18. RGB value is (184,152,24). Sum of RGB (Red+Green+Blue) = 184+152+24=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B89818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89818 is #4767E7. Grayscale: #939393. Windows color (decimal): -4679656 or 1611960. OLE color: 1611960.
HSL color Cylindrical-coordinate representation of color #B89818: hue angle of 48º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B89818 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 24 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.28 |
| HSL | 48º | 0.77% | 0.41% | - |
| HSV(B) | 48º | 0.87% | 0.72% | - |
| XYZ | 31.16 | 32.71 | 5.54 | - |
| YUV | 146.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 24 | 0 | 0.17 | 0.87 | 0.28 | 48 | 0.77 | 0.41 |
| Hex | B8 | 98 | 18 | 0 | 11 | 57 | 1C | 30 | 4D | 29 |
| Octal | 270 | 230 | 30 | 0 | 21 | 127 | 34 | 60 | 115 | 51 |
| Binary | 10111000 | 10011000 | 11000 | 0 | 10001 | 1010111 | 11100 | 110000 | 1001101 | 101001 |
Color Harmonies of #B89818
Complementary color
Monochromatic Colors of #B89818
Black with #B89818
Text Example
Text Example
White with #B89818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89818; }
p { color: rgb(184,152,24); }
H1.HeaderClassName
{
color: #B89818;
}
.AnyTagClassName
{
color: #B89818;
}
</style>
background-color css
<style>
a { background-color: #B89818; }
a { background-color: rgb(184,152,24); }
div.DivClassName
{
background-color: #B89818;
}
.BgClassName
{
background-color: #B89818;
}
</style>
border-color css
<style>
span { border-color: #B89818; }
span { border-color: rgb(184,152,24); }
td.TdClassName
{
border-color: #B89818;
}
.TagClassName
{
border-color: #B89818;
}
</style>