Shades of Buddha Gold #B69117
Tints of Buddha Gold #B69117
RGB
CMYK
RGB Variations
Color information
#B69117 (or 0xB69117) is known color: Buddha Gold. HEX triplet: B6, 91 and 17. RGB value is (182,145,23). Sum of RGB (Red+Green+Blue) = 182+145+23=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B69117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69117 is #496EE8. Grayscale: #8E8E8E. Windows color (decimal): -4812521 or 1544630. OLE color: 1544630.
HSL color Cylindrical-coordinate representation of color #B69117: hue angle of 46.04º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B69117 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 145 | 23 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.29 |
| HSL | 46.04º | 0.78% | 0.4% | - |
| HSV(B) | 46.04º | 0.87% | 0.71% | - |
| XYZ | 29.57 | 30.26 | 5.09 | - |
| YUV | 142.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 23 | 0 | 0.20 | 0.87 | 0.29 | 46.04 | 0.78 | 0.4 |
| Hex | B6 | 91 | 17 | 0 | 14 | 57 | 1D | 2E | 4E | 28 |
| Octal | 266 | 221 | 27 | 0 | 24 | 127 | 35 | 56 | 116 | 50 |
| Binary | 10110110 | 10010001 | 10111 | 0 | 10100 | 1010111 | 11101 | 101110 | 1001110 | 101000 |
Color Harmonies of #B69117
Complementary color
Monochromatic Colors of #B69117
Black with #B69117
Text Example
Text Example
White with #B69117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69117; }
p { color: rgb(182,145,23); }
H1.HeaderClassName
{
color: #B69117;
}
.AnyTagClassName
{
color: #B69117;
}
</style>
background-color css
<style>
a { background-color: #B69117; }
a { background-color: rgb(182,145,23); }
div.DivClassName
{
background-color: #B69117;
}
.BgClassName
{
background-color: #B69117;
}
</style>
border-color css
<style>
span { border-color: #B69117; }
span { border-color: rgb(182,145,23); }
td.TdClassName
{
border-color: #B69117;
}
.TagClassName
{
border-color: #B69117;
}
</style>