Shades of Buddha Gold #B69C0A
Tints of Buddha Gold #B69C0A
RGB
CMYK
RGB Variations
Color information
#B69C0A (or 0xB69C0A) is known color: Buddha Gold. HEX triplet: B6, 9C and 0A. RGB value is (182,156,10). Sum of RGB (Red+Green+Blue) = 182+156+10=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69C0A is #4963F5. Grayscale: #939393. Windows color (decimal): -4809718 or 695478. OLE color: 695478.
HSL color Cylindrical-coordinate representation of color #B69C0A: hue angle of 50.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B69C0A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 156 | 10 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.29 |
| HSL | 50.93º | 0.9% | 0.38% | - |
| HSV(B) | 50.93º | 0.95% | 0.71% | - |
| XYZ | 31.23 | 33.74 | 5.15 | - |
| YUV | 147.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 10 | 0 | 0.14 | 0.95 | 0.29 | 50.93 | 0.9 | 0.38 |
| Hex | B6 | 9C | A | 0 | E | 5F | 1D | 33 | 5A | 26 |
| Octal | 266 | 234 | 12 | 0 | 16 | 137 | 35 | 63 | 132 | 46 |
| Binary | 10110110 | 10011100 | 1010 | 0 | 1110 | 1011111 | 11101 | 110011 | 1011010 | 100110 |
Color Harmonies of #B69C0A
Complementary color
Monochromatic Colors of #B69C0A
Black with #B69C0A
Text Example
Text Example
White with #B69C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69C0A; }
p { color: rgb(182,156,10); }
H1.HeaderClassName
{
color: #B69C0A;
}
.AnyTagClassName
{
color: #B69C0A;
}
</style>
background-color css
<style>
a { background-color: #B69C0A; }
a { background-color: rgb(182,156,10); }
div.DivClassName
{
background-color: #B69C0A;
}
.BgClassName
{
background-color: #B69C0A;
}
</style>
border-color css
<style>
span { border-color: #B69C0A; }
span { border-color: rgb(182,156,10); }
td.TdClassName
{
border-color: #B69C0A;
}
.TagClassName
{
border-color: #B69C0A;
}
</style>