Shades of Buddha Gold #B78D1A
Tints of Buddha Gold #B78D1A
RGB
CMYK
RGB Variations
Color information
#B78D1A (or 0xB78D1A) is known color: Buddha Gold. HEX triplet: B7, 8D and 1A. RGB value is (183,141,26). Sum of RGB (Red+Green+Blue) = 183+141+26=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D1A is #4872E5. Grayscale: #8C8C8C. Windows color (decimal): -4748006 or 1740215. OLE color: 1740215.
HSL color Cylindrical-coordinate representation of color #B78D1A: hue angle of 43.95º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B78D1A is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 26 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.28 |
| HSL | 43.95º | 0.75% | 0.41% | - |
| HSV(B) | 43.95º | 0.86% | 0.72% | - |
| XYZ | 29.24 | 29.19 | 5.07 | - |
| YUV | 140.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 26 | 0 | 0.23 | 0.86 | 0.28 | 43.95 | 0.75 | 0.41 |
| Hex | B7 | 8D | 1A | 0 | 17 | 56 | 1C | 2C | 4B | 29 |
| Octal | 267 | 215 | 32 | 0 | 27 | 126 | 34 | 54 | 113 | 51 |
| Binary | 10110111 | 10001101 | 11010 | 0 | 10111 | 1010110 | 11100 | 101100 | 1001011 | 101001 |
Color Harmonies of #B78D1A
Complementary color
Monochromatic Colors of #B78D1A
Black with #B78D1A
Text Example
Text Example
White with #B78D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D1A; }
p { color: rgb(183,141,26); }
H1.HeaderClassName
{
color: #B78D1A;
}
.AnyTagClassName
{
color: #B78D1A;
}
</style>
background-color css
<style>
a { background-color: #B78D1A; }
a { background-color: rgb(183,141,26); }
div.DivClassName
{
background-color: #B78D1A;
}
.BgClassName
{
background-color: #B78D1A;
}
</style>
border-color css
<style>
span { border-color: #B78D1A; }
span { border-color: rgb(183,141,26); }
td.TdClassName
{
border-color: #B78D1A;
}
.TagClassName
{
border-color: #B78D1A;
}
</style>