Shades of Buddha Gold #B8A20C
Tints of Buddha Gold #B8A20C
RGB
CMYK
RGB Variations
Color information
#B8A20C (or 0xB8A20C) is known color: Buddha Gold. HEX triplet: B8, A2 and 0C. RGB value is (184,162,12). Sum of RGB (Red+Green+Blue) = 184+162+12=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A20C is #475DF3. Grayscale: #989898. Windows color (decimal): -4677108 or 828088. OLE color: 828088.
HSL color Cylindrical-coordinate representation of color #B8A20C: hue angle of 52.33º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8A20C is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 162 | 12 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.28 |
| HSL | 52.33º | 0.88% | 0.38% | - |
| HSV(B) | 52.33º | 0.93% | 0.72% | - |
| XYZ | 32.75 | 36.06 | 5.58 | - |
| YUV | 151.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 162 | 12 | 0 | 0.12 | 0.93 | 0.28 | 52.33 | 0.88 | 0.38 |
| Hex | B8 | A2 | C | 0 | C | 5D | 1C | 34 | 58 | 26 |
| Octal | 270 | 242 | 14 | 0 | 14 | 135 | 34 | 64 | 130 | 46 |
| Binary | 10111000 | 10100010 | 1100 | 0 | 1100 | 1011101 | 11100 | 110100 | 1011000 | 100110 |
Color Harmonies of #B8A20C
Complementary color
Monochromatic Colors of #B8A20C
Black with #B8A20C
Text Example
Text Example
White with #B8A20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A20C; }
p { color: rgb(184,162,12); }
H1.HeaderClassName
{
color: #B8A20C;
}
.AnyTagClassName
{
color: #B8A20C;
}
</style>
background-color css
<style>
a { background-color: #B8A20C; }
a { background-color: rgb(184,162,12); }
div.DivClassName
{
background-color: #B8A20C;
}
.BgClassName
{
background-color: #B8A20C;
}
</style>
border-color css
<style>
span { border-color: #B8A20C; }
span { border-color: rgb(184,162,12); }
td.TdClassName
{
border-color: #B8A20C;
}
.TagClassName
{
border-color: #B8A20C;
}
</style>