Shades of Buddha Gold #B4980A
Tints of Buddha Gold #B4980A
RGB
CMYK
RGB Variations
Color information
#B4980A (or 0xB4980A) is known color: Buddha Gold. HEX triplet: B4, 98 and 0A. RGB value is (180,152,10). Sum of RGB (Red+Green+Blue) = 180+152+10=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4980A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4980A is #4B67F5. Grayscale: #909090. Windows color (decimal): -4941814 or 694452. OLE color: 694452.
HSL color Cylindrical-coordinate representation of color #B4980A: hue angle of 50.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4980A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 10 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.29 |
| HSL | 50.12º | 0.89% | 0.37% | - |
| HSV(B) | 50.12º | 0.94% | 0.71% | - |
| XYZ | 30.11 | 32.18 | 4.91 | - |
| YUV | 144.18 | 52.28 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 10 | 0 | 0.16 | 0.94 | 0.29 | 50.12 | 0.89 | 0.37 |
| Hex | B4 | 98 | A | 0 | 10 | 5E | 1D | 32 | 59 | 25 |
| Octal | 264 | 230 | 12 | 0 | 20 | 136 | 35 | 62 | 131 | 45 |
| Binary | 10110100 | 10011000 | 1010 | 0 | 10000 | 1011110 | 11101 | 110010 | 1011001 | 100101 |
Color Harmonies of #B4980A
Complementary color
Monochromatic Colors of #B4980A
Black with #B4980A
Text Example
Text Example
White with #B4980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4980A; }
p { color: rgb(180,152,10); }
H1.HeaderClassName
{
color: #B4980A;
}
.AnyTagClassName
{
color: #B4980A;
}
</style>
background-color css
<style>
a { background-color: #B4980A; }
a { background-color: rgb(180,152,10); }
div.DivClassName
{
background-color: #B4980A;
}
.BgClassName
{
background-color: #B4980A;
}
</style>
border-color css
<style>
span { border-color: #B4980A; }
span { border-color: rgb(180,152,10); }
td.TdClassName
{
border-color: #B4980A;
}
.TagClassName
{
border-color: #B4980A;
}
</style>