Shades of Buddha Gold #B79D1D
Tints of Buddha Gold #B79D1D
RGB
CMYK
RGB Variations
Color information
#B79D1D (or 0xB79D1D) is known color: Buddha Gold. HEX triplet: B7, 9D and 1D. RGB value is (183,157,29). Sum of RGB (Red+Green+Blue) = 183+157+29=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D1D is #4862E2. Grayscale: #969696. Windows color (decimal): -4743907 or 1940919. OLE color: 1940919.
HSL color Cylindrical-coordinate representation of color #B79D1D: hue angle of 49.87º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B79D1D is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 29 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.28 |
| HSL | 49.87º | 0.73% | 0.42% | - |
| HSV(B) | 49.87º | 0.84% | 0.72% | - |
| XYZ | 31.81 | 34.27 | 6.1 | - |
| YUV | 150.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 29 | 0 | 0.14 | 0.84 | 0.28 | 49.87 | 0.73 | 0.42 |
| Hex | B7 | 9D | 1D | 0 | E | 54 | 1C | 32 | 49 | 2A |
| Octal | 267 | 235 | 35 | 0 | 16 | 124 | 34 | 62 | 111 | 52 |
| Binary | 10110111 | 10011101 | 11101 | 0 | 1110 | 1010100 | 11100 | 110010 | 1001001 | 101010 |
Color Harmonies of #B79D1D
Complementary color
Monochromatic Colors of #B79D1D
Black with #B79D1D
Text Example
Text Example
White with #B79D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D1D; }
p { color: rgb(183,157,29); }
H1.HeaderClassName
{
color: #B79D1D;
}
.AnyTagClassName
{
color: #B79D1D;
}
</style>
background-color css
<style>
a { background-color: #B79D1D; }
a { background-color: rgb(183,157,29); }
div.DivClassName
{
background-color: #B79D1D;
}
.BgClassName
{
background-color: #B79D1D;
}
</style>
border-color css
<style>
span { border-color: #B79D1D; }
span { border-color: rgb(183,157,29); }
td.TdClassName
{
border-color: #B79D1D;
}
.TagClassName
{
border-color: #B79D1D;
}
</style>