Shades of Buddha Gold #B6A00C
Tints of Buddha Gold #B6A00C
RGB
CMYK
RGB Variations
Color information
#B6A00C (or 0xB6A00C) is known color: Buddha Gold. HEX triplet: B6, A0 and 0C. RGB value is (182,160,12). Sum of RGB (Red+Green+Blue) = 182+160+12=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A00C is #495FF3. Grayscale: #969696. Windows color (decimal): -4808692 or 827574. OLE color: 827574.
HSL color Cylindrical-coordinate representation of color #B6A00C: hue angle of 52.24º degrees, saturation: 0.88, 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 #B6A00C is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 12 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.29 |
| HSL | 52.24º | 0.88% | 0.38% | - |
| HSV(B) | 52.24º | 0.93% | 0.71% | - |
| XYZ | 31.93 | 35.11 | 5.44 | - |
| YUV | 149.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 12 | 0 | 0.12 | 0.93 | 0.29 | 52.24 | 0.88 | 0.38 |
| Hex | B6 | A0 | C | 0 | C | 5D | 1D | 34 | 58 | 26 |
| Octal | 266 | 240 | 14 | 0 | 14 | 135 | 35 | 64 | 130 | 46 |
| Binary | 10110110 | 10100000 | 1100 | 0 | 1100 | 1011101 | 11101 | 110100 | 1011000 | 100110 |
Color Harmonies of #B6A00C
Complementary color
Monochromatic Colors of #B6A00C
Black with #B6A00C
Text Example
Text Example
White with #B6A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A00C; }
p { color: rgb(182,160,12); }
H1.HeaderClassName
{
color: #B6A00C;
}
.AnyTagClassName
{
color: #B6A00C;
}
</style>
background-color css
<style>
a { background-color: #B6A00C; }
a { background-color: rgb(182,160,12); }
div.DivClassName
{
background-color: #B6A00C;
}
.BgClassName
{
background-color: #B6A00C;
}
</style>
border-color css
<style>
span { border-color: #B6A00C; }
span { border-color: rgb(182,160,12); }
td.TdClassName
{
border-color: #B6A00C;
}
.TagClassName
{
border-color: #B6A00C;
}
</style>