Shades of Buddha Gold #B89618
Tints of Buddha Gold #B89618
RGB
CMYK
RGB Variations
Color information
#B89618 (or 0xB89618) is known color: Buddha Gold. HEX triplet: B8, 96 and 18. RGB value is (184,150,24). Sum of RGB (Red+Green+Blue) = 184+150+24=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B89618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89618 is #4769E7. Grayscale: #929292. Windows color (decimal): -4680168 or 1611448. OLE color: 1611448.
HSL color Cylindrical-coordinate representation of color #B89618: hue angle of 47.25º 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 #B89618 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 24 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.28 |
| HSL | 47.25º | 0.77% | 0.41% | - |
| HSV(B) | 47.25º | 0.87% | 0.72% | - |
| XYZ | 30.84 | 32.07 | 5.43 | - |
| YUV | 145.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 24 | 0 | 0.18 | 0.87 | 0.28 | 47.25 | 0.77 | 0.41 |
| Hex | B8 | 96 | 18 | 0 | 12 | 57 | 1C | 2F | 4D | 29 |
| Octal | 270 | 226 | 30 | 0 | 22 | 127 | 34 | 57 | 115 | 51 |
| Binary | 10111000 | 10010110 | 11000 | 0 | 10010 | 1010111 | 11100 | 101111 | 1001101 | 101001 |
Color Harmonies of #B89618
Complementary color
Monochromatic Colors of #B89618
Black with #B89618
Text Example
Text Example
White with #B89618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89618; }
p { color: rgb(184,150,24); }
H1.HeaderClassName
{
color: #B89618;
}
.AnyTagClassName
{
color: #B89618;
}
</style>
background-color css
<style>
a { background-color: #B89618; }
a { background-color: rgb(184,150,24); }
div.DivClassName
{
background-color: #B89618;
}
.BgClassName
{
background-color: #B89618;
}
</style>
border-color css
<style>
span { border-color: #B89618; }
span { border-color: rgb(184,150,24); }
td.TdClassName
{
border-color: #B89618;
}
.TagClassName
{
border-color: #B89618;
}
</style>