Shades of Buddha Gold #B4A00C
Tints of Buddha Gold #B4A00C
RGB
CMYK
RGB Variations
Color information
#B4A00C (or 0xB4A00C) is known color: Buddha Gold. HEX triplet: B4, A0 and 0C. RGB value is (180,160,12). Sum of RGB (Red+Green+Blue) = 180+160+12=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A00C is #4B5FF3. Grayscale: #959595. Windows color (decimal): -4939764 or 827572. OLE color: 827572.
HSL color Cylindrical-coordinate representation of color #B4A00C: hue angle of 52.86º 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 #B4A00C is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 12 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.29 |
| HSL | 52.86º | 0.88% | 0.38% | - |
| HSV(B) | 52.86º | 0.93% | 0.71% | - |
| XYZ | 31.46 | 34.87 | 5.42 | - |
| YUV | 149.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 12 | 0 | 0.11 | 0.93 | 0.29 | 52.86 | 0.88 | 0.38 |
| Hex | B4 | A0 | C | 0 | B | 5D | 1D | 35 | 58 | 26 |
| Octal | 264 | 240 | 14 | 0 | 13 | 135 | 35 | 65 | 130 | 46 |
| Binary | 10110100 | 10100000 | 1100 | 0 | 1011 | 1011101 | 11101 | 110101 | 1011000 | 100110 |
Color Harmonies of #B4A00C
Complementary color
Monochromatic Colors of #B4A00C
Black with #B4A00C
Text Example
Text Example
White with #B4A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A00C; }
p { color: rgb(180,160,12); }
H1.HeaderClassName
{
color: #B4A00C;
}
.AnyTagClassName
{
color: #B4A00C;
}
</style>
background-color css
<style>
a { background-color: #B4A00C; }
a { background-color: rgb(180,160,12); }
div.DivClassName
{
background-color: #B4A00C;
}
.BgClassName
{
background-color: #B4A00C;
}
</style>
border-color css
<style>
span { border-color: #B4A00C; }
span { border-color: rgb(180,160,12); }
td.TdClassName
{
border-color: #B4A00C;
}
.TagClassName
{
border-color: #B4A00C;
}
</style>