Shades of Buddha Gold #B69E11
Tints of Buddha Gold #B69E11
RGB
CMYK
RGB Variations
Color information
#B69E11 (or 0xB69E11) is known color: Buddha Gold. HEX triplet: B6, 9E and 11. RGB value is (182,158,17). Sum of RGB (Red+Green+Blue) = 182+158+17=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69E11 is #4961EE. Grayscale: #959595. Windows color (decimal): -4809199 or 1154742. OLE color: 1154742.
HSL color Cylindrical-coordinate representation of color #B69E11: hue angle of 51.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B69E11 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 158 | 17 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.29 |
| HSL | 51.27º | 0.83% | 0.39% | - |
| HSV(B) | 51.27º | 0.91% | 0.71% | - |
| XYZ | 31.62 | 34.44 | 5.51 | - |
| YUV | 149.1 | 53.45 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 158 | 17 | 0 | 0.13 | 0.91 | 0.29 | 51.27 | 0.83 | 0.39 |
| Hex | B6 | 9E | 11 | 0 | D | 5B | 1D | 33 | 53 | 27 |
| Octal | 266 | 236 | 21 | 0 | 15 | 133 | 35 | 63 | 123 | 47 |
| Binary | 10110110 | 10011110 | 10001 | 0 | 1101 | 1011011 | 11101 | 110011 | 1010011 | 100111 |
Color Harmonies of #B69E11
Complementary color
Monochromatic Colors of #B69E11
Black with #B69E11
Text Example
Text Example
White with #B69E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69E11; }
p { color: rgb(182,158,17); }
H1.HeaderClassName
{
color: #B69E11;
}
.AnyTagClassName
{
color: #B69E11;
}
</style>
background-color css
<style>
a { background-color: #B69E11; }
a { background-color: rgb(182,158,17); }
div.DivClassName
{
background-color: #B69E11;
}
.BgClassName
{
background-color: #B69E11;
}
</style>
border-color css
<style>
span { border-color: #B69E11; }
span { border-color: rgb(182,158,17); }
td.TdClassName
{
border-color: #B69E11;
}
.TagClassName
{
border-color: #B69E11;
}
</style>