Shades of Buddha Gold #B69C0D
Tints of Buddha Gold #B69C0D
RGB
CMYK
RGB Variations
Color information
#B69C0D (or 0xB69C0D) is known color: Buddha Gold. HEX triplet: B6, 9C and 0D. RGB value is (182,156,13). Sum of RGB (Red+Green+Blue) = 182+156+13=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69C0D is #4963F2. Grayscale: #949494. Windows color (decimal): -4809715 or 892086. OLE color: 892086.
HSL color Cylindrical-coordinate representation of color #B69C0D: hue angle of 50.77º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B69C0D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 156 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.29 |
| HSL | 50.77º | 0.87% | 0.38% | - |
| HSV(B) | 50.77º | 0.93% | 0.71% | - |
| XYZ | 31.25 | 33.75 | 5.25 | - |
| YUV | 147.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 13 | 0 | 0.14 | 0.93 | 0.29 | 50.77 | 0.87 | 0.38 |
| Hex | B6 | 9C | D | 0 | E | 5D | 1D | 33 | 57 | 26 |
| Octal | 266 | 234 | 15 | 0 | 16 | 135 | 35 | 63 | 127 | 46 |
| Binary | 10110110 | 10011100 | 1101 | 0 | 1110 | 1011101 | 11101 | 110011 | 1010111 | 100110 |
Color Harmonies of #B69C0D
Complementary color
Monochromatic Colors of #B69C0D
Black with #B69C0D
Text Example
Text Example
White with #B69C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69C0D; }
p { color: rgb(182,156,13); }
H1.HeaderClassName
{
color: #B69C0D;
}
.AnyTagClassName
{
color: #B69C0D;
}
</style>
background-color css
<style>
a { background-color: #B69C0D; }
a { background-color: rgb(182,156,13); }
div.DivClassName
{
background-color: #B69C0D;
}
.BgClassName
{
background-color: #B69C0D;
}
</style>
border-color css
<style>
span { border-color: #B69C0D; }
span { border-color: rgb(182,156,13); }
td.TdClassName
{
border-color: #B69C0D;
}
.TagClassName
{
border-color: #B69C0D;
}
</style>