Shades of Buddha Gold #B79D1F
Tints of Buddha Gold #B79D1F
RGB
CMYK
RGB Variations
Color information
#B79D1F (or 0xB79D1F) is known color: Buddha Gold. HEX triplet: B7, 9D and 1F. RGB value is (183,157,31). Sum of RGB (Red+Green+Blue) = 183+157+31=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D1F is #4862E0. Grayscale: #969696. Windows color (decimal): -4743905 or 2071991. OLE color: 2071991.
HSL color Cylindrical-coordinate representation of color #B79D1F: hue angle of 49.74º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B79D1F is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 31 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.28 |
| HSL | 49.74º | 0.71% | 0.42% | - |
| HSV(B) | 49.74º | 0.83% | 0.72% | - |
| XYZ | 31.83 | 34.28 | 6.24 | - |
| YUV | 150.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 31 | 0 | 0.14 | 0.83 | 0.28 | 49.74 | 0.71 | 0.42 |
| Hex | B7 | 9D | 1F | 0 | E | 53 | 1C | 32 | 47 | 2A |
| Octal | 267 | 235 | 37 | 0 | 16 | 123 | 34 | 62 | 107 | 52 |
| Binary | 10110111 | 10011101 | 11111 | 0 | 1110 | 1010011 | 11100 | 110010 | 1000111 | 101010 |
Color Harmonies of #B79D1F
Complementary color
Monochromatic Colors of #B79D1F
Black with #B79D1F
Text Example
Text Example
White with #B79D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D1F; }
p { color: rgb(183,157,31); }
H1.HeaderClassName
{
color: #B79D1F;
}
.AnyTagClassName
{
color: #B79D1F;
}
</style>
background-color css
<style>
a { background-color: #B79D1F; }
a { background-color: rgb(183,157,31); }
div.DivClassName
{
background-color: #B79D1F;
}
.BgClassName
{
background-color: #B79D1F;
}
</style>
border-color css
<style>
span { border-color: #B79D1F; }
span { border-color: rgb(183,157,31); }
td.TdClassName
{
border-color: #B79D1F;
}
.TagClassName
{
border-color: #B79D1F;
}
</style>