Shades of Buddha Gold #B89518
Tints of Buddha Gold #B89518
RGB
CMYK
RGB Variations
Color information
#B89518 (or 0xB89518) is known color: Buddha Gold. HEX triplet: B8, 95 and 18. RGB value is (184,149,24). Sum of RGB (Red+Green+Blue) = 184+149+24=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B89518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89518 is #476AE7. Grayscale: #919191. Windows color (decimal): -4680424 or 1611192. OLE color: 1611192.
HSL color Cylindrical-coordinate representation of color #B89518: hue angle of 46.88º 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 #B89518 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 24 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.28 |
| HSL | 46.88º | 0.77% | 0.41% | - |
| HSV(B) | 46.88º | 0.87% | 0.72% | - |
| XYZ | 30.68 | 31.75 | 5.38 | - |
| YUV | 145.22 | 59.6 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 24 | 0 | 0.19 | 0.87 | 0.28 | 46.88 | 0.77 | 0.41 |
| Hex | B8 | 95 | 18 | 0 | 13 | 57 | 1C | 2F | 4D | 29 |
| Octal | 270 | 225 | 30 | 0 | 23 | 127 | 34 | 57 | 115 | 51 |
| Binary | 10111000 | 10010101 | 11000 | 0 | 10011 | 1010111 | 11100 | 101111 | 1001101 | 101001 |
Color Harmonies of #B89518
Complementary color
Monochromatic Colors of #B89518
Black with #B89518
Text Example
Text Example
White with #B89518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89518; }
p { color: rgb(184,149,24); }
H1.HeaderClassName
{
color: #B89518;
}
.AnyTagClassName
{
color: #B89518;
}
</style>
background-color css
<style>
a { background-color: #B89518; }
a { background-color: rgb(184,149,24); }
div.DivClassName
{
background-color: #B89518;
}
.BgClassName
{
background-color: #B89518;
}
</style>
border-color css
<style>
span { border-color: #B89518; }
span { border-color: rgb(184,149,24); }
td.TdClassName
{
border-color: #B89518;
}
.TagClassName
{
border-color: #B89518;
}
</style>