Shades of Buddha Gold #B89018
Tints of Buddha Gold #B89018
RGB
CMYK
RGB Variations
Color information
#B89018 (or 0xB89018) is known color: Buddha Gold. HEX triplet: B8, 90 and 18. RGB value is (184,144,24). Sum of RGB (Red+Green+Blue) = 184+144+24=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B89018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89018 is #476FE7. Grayscale: #8E8E8E. Windows color (decimal): -4681704 or 1609912. OLE color: 1609912.
HSL color Cylindrical-coordinate representation of color #B89018: hue angle of 45º 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 #B89018 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 24 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.28 |
| HSL | 45º | 0.77% | 0.41% | - |
| HSV(B) | 45º | 0.87% | 0.72% | - |
| XYZ | 29.91 | 30.2 | 5.12 | - |
| YUV | 142.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 24 | 0 | 0.22 | 0.87 | 0.28 | 45 | 0.77 | 0.41 |
| Hex | B8 | 90 | 18 | 0 | 16 | 57 | 1C | 2D | 4D | 29 |
| Octal | 270 | 220 | 30 | 0 | 26 | 127 | 34 | 55 | 115 | 51 |
| Binary | 10111000 | 10010000 | 11000 | 0 | 10110 | 1010111 | 11100 | 101101 | 1001101 | 101001 |
Color Harmonies of #B89018
Complementary color
Monochromatic Colors of #B89018
Black with #B89018
Text Example
Text Example
White with #B89018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89018; }
p { color: rgb(184,144,24); }
H1.HeaderClassName
{
color: #B89018;
}
.AnyTagClassName
{
color: #B89018;
}
</style>
background-color css
<style>
a { background-color: #B89018; }
a { background-color: rgb(184,144,24); }
div.DivClassName
{
background-color: #B89018;
}
.BgClassName
{
background-color: #B89018;
}
</style>
border-color css
<style>
span { border-color: #B89018; }
span { border-color: rgb(184,144,24); }
td.TdClassName
{
border-color: #B89018;
}
.TagClassName
{
border-color: #B89018;
}
</style>