Shades of Buddha Gold #B79A18
Tints of Buddha Gold #B79A18
RGB
CMYK
RGB Variations
Color information
#B79A18 (or 0xB79A18) is known color: Buddha Gold. HEX triplet: B7, 9A and 18. RGB value is (183,154,24). Sum of RGB (Red+Green+Blue) = 183+154+24=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79A18 is #4865E7. Grayscale: #949494. Windows color (decimal): -4744680 or 1612471. OLE color: 1612471.
HSL color Cylindrical-coordinate representation of color #B79A18: hue angle of 49.06º 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 #B79A18 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 24 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.28 |
| HSL | 49.06º | 0.77% | 0.41% | - |
| HSV(B) | 49.06º | 0.87% | 0.72% | - |
| XYZ | 31.25 | 33.24 | 5.63 | - |
| YUV | 147.85 | 58.11 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 24 | 0 | 0.16 | 0.87 | 0.28 | 49.06 | 0.77 | 0.41 |
| Hex | B7 | 9A | 18 | 0 | 10 | 57 | 1C | 31 | 4D | 29 |
| Octal | 267 | 232 | 30 | 0 | 20 | 127 | 34 | 61 | 115 | 51 |
| Binary | 10110111 | 10011010 | 11000 | 0 | 10000 | 1010111 | 11100 | 110001 | 1001101 | 101001 |
Color Harmonies of #B79A18
Complementary color
Monochromatic Colors of #B79A18
Black with #B79A18
Text Example
Text Example
White with #B79A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A18; }
p { color: rgb(183,154,24); }
H1.HeaderClassName
{
color: #B79A18;
}
.AnyTagClassName
{
color: #B79A18;
}
</style>
background-color css
<style>
a { background-color: #B79A18; }
a { background-color: rgb(183,154,24); }
div.DivClassName
{
background-color: #B79A18;
}
.BgClassName
{
background-color: #B79A18;
}
</style>
border-color css
<style>
span { border-color: #B79A18; }
span { border-color: rgb(183,154,24); }
td.TdClassName
{
border-color: #B79A18;
}
.TagClassName
{
border-color: #B79A18;
}
</style>