Shades of Buddha Gold #B6A019
Tints of Buddha Gold #B6A019
RGB
CMYK
RGB Variations
Color information
#B6A019 (or 0xB6A019) is known color: Buddha Gold. HEX triplet: B6, A0 and 19. RGB value is (182,160,25). Sum of RGB (Red+Green+Blue) = 182+160+25=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A019 is #495FE6. Grayscale: #979797. Windows color (decimal): -4808679 or 1679542. OLE color: 1679542.
HSL color Cylindrical-coordinate representation of color #B6A019: hue angle of 51.59º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6A019 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 25 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.29 |
| HSL | 51.59º | 0.76% | 0.41% | - |
| HSV(B) | 51.59º | 0.86% | 0.71% | - |
| XYZ | 32.04 | 35.16 | 6.02 | - |
| YUV | 151.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 25 | 0 | 0.12 | 0.86 | 0.29 | 51.59 | 0.76 | 0.41 |
| Hex | B6 | A0 | 19 | 0 | C | 56 | 1D | 34 | 4C | 29 |
| Octal | 266 | 240 | 31 | 0 | 14 | 126 | 35 | 64 | 114 | 51 |
| Binary | 10110110 | 10100000 | 11001 | 0 | 1100 | 1010110 | 11101 | 110100 | 1001100 | 101001 |
Color Harmonies of #B6A019
Complementary color
Monochromatic Colors of #B6A019
Black with #B6A019
Text Example
Text Example
White with #B6A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A019; }
p { color: rgb(182,160,25); }
H1.HeaderClassName
{
color: #B6A019;
}
.AnyTagClassName
{
color: #B6A019;
}
</style>
background-color css
<style>
a { background-color: #B6A019; }
a { background-color: rgb(182,160,25); }
div.DivClassName
{
background-color: #B6A019;
}
.BgClassName
{
background-color: #B6A019;
}
</style>
border-color css
<style>
span { border-color: #B6A019; }
span { border-color: rgb(182,160,25); }
td.TdClassName
{
border-color: #B6A019;
}
.TagClassName
{
border-color: #B6A019;
}
</style>