Shades of Buddha Gold #B69E01
Tints of Buddha Gold #B69E01
RGB
CMYK
RGB Variations
Color information
#B69E01 (or 0xB69E01) is known color: Buddha Gold. HEX triplet: B6, 9E and 01. RGB value is (182,158,1). Sum of RGB (Red+Green+Blue) = 182+158+1=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69E01 is #4961FE. Grayscale: #939393. Windows color (decimal): -4809215 or 106166. OLE color: 106166.
HSL color Cylindrical-coordinate representation of color #B69E01: hue angle of 52.04º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B69E01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 158 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.29 |
| HSL | 52.04º | 0.99% | 0.36% | - |
| HSV(B) | 52.04º | 0.99% | 0.71% | - |
| XYZ | 31.52 | 34.4 | 5.01 | - |
| YUV | 147.28 | 45.45 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 158 | 1 | 0 | 0.13 | 0.99 | 0.29 | 52.04 | 0.99 | 0.36 |
| Hex | B6 | 9E | 1 | 0 | D | 63 | 1D | 34 | 63 | 24 |
| Octal | 266 | 236 | 1 | 0 | 15 | 143 | 35 | 64 | 143 | 44 |
| Binary | 10110110 | 10011110 | 1 | 0 | 1101 | 1100011 | 11101 | 110100 | 1100011 | 100100 |
Color Harmonies of #B69E01
Complementary color
Monochromatic Colors of #B69E01
Black with #B69E01
Text Example
Text Example
White with #B69E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69E01; }
p { color: rgb(182,158,1); }
H1.HeaderClassName
{
color: #B69E01;
}
.AnyTagClassName
{
color: #B69E01;
}
</style>
background-color css
<style>
a { background-color: #B69E01; }
a { background-color: rgb(182,158,1); }
div.DivClassName
{
background-color: #B69E01;
}
.BgClassName
{
background-color: #B69E01;
}
</style>
border-color css
<style>
span { border-color: #B69E01; }
span { border-color: rgb(182,158,1); }
td.TdClassName
{
border-color: #B69E01;
}
.TagClassName
{
border-color: #B69E01;
}
</style>