Shades of Buddha Gold #B6A203
Tints of Buddha Gold #B6A203
RGB
CMYK
RGB Variations
Color information
#B6A203 (or 0xB6A203) is known color: Buddha Gold. HEX triplet: B6, A2 and 03. RGB value is (182,162,3). Sum of RGB (Red+Green+Blue) = 182+162+3=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A203 is #495DFC. Grayscale: #969696. Windows color (decimal): -4808189 or 238262. OLE color: 238262.
HSL color Cylindrical-coordinate representation of color #B6A203: hue angle of 53.3º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6A203 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 3 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.29 |
| HSL | 53.3º | 0.97% | 0.36% | - |
| HSV(B) | 53.3º | 0.98% | 0.71% | - |
| XYZ | 32.23 | 35.79 | 5.3 | - |
| YUV | 149.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 3 | 0 | 0.11 | 0.98 | 0.29 | 53.3 | 0.97 | 0.36 |
| Hex | B6 | A2 | 3 | 0 | B | 62 | 1D | 35 | 61 | 24 |
| Octal | 266 | 242 | 3 | 0 | 13 | 142 | 35 | 65 | 141 | 44 |
| Binary | 10110110 | 10100010 | 11 | 0 | 1011 | 1100010 | 11101 | 110101 | 1100001 | 100100 |
Color Harmonies of #B6A203
Complementary color
Monochromatic Colors of #B6A203
Black with #B6A203
Text Example
Text Example
White with #B6A203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A203; }
p { color: rgb(182,162,3); }
H1.HeaderClassName
{
color: #B6A203;
}
.AnyTagClassName
{
color: #B6A203;
}
</style>
background-color css
<style>
a { background-color: #B6A203; }
a { background-color: rgb(182,162,3); }
div.DivClassName
{
background-color: #B6A203;
}
.BgClassName
{
background-color: #B6A203;
}
</style>
border-color css
<style>
span { border-color: #B6A203; }
span { border-color: rgb(182,162,3); }
td.TdClassName
{
border-color: #B6A203;
}
.TagClassName
{
border-color: #B6A203;
}
</style>