Shades of Buddha Gold #B4981A
Tints of Buddha Gold #B4981A
RGB
CMYK
RGB Variations
Color information
#B4981A (or 0xB4981A) is known color: Buddha Gold. HEX triplet: B4, 98 and 1A. RGB value is (180,152,26). Sum of RGB (Red+Green+Blue) = 180+152+26=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4981A is #4B67E5. Grayscale: #929292. Windows color (decimal): -4941798 or 1743028. OLE color: 1743028.
HSL color Cylindrical-coordinate representation of color #B4981A: hue angle of 49.09º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4981A is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 26 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.29 |
| HSL | 49.09º | 0.75% | 0.4% | - |
| HSV(B) | 49.09º | 0.86% | 0.71% | - |
| XYZ | 30.24 | 32.23 | 5.61 | - |
| YUV | 146.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 26 | 0 | 0.16 | 0.86 | 0.29 | 49.09 | 0.75 | 0.4 |
| Hex | B4 | 98 | 1A | 0 | 10 | 56 | 1D | 31 | 4B | 28 |
| Octal | 264 | 230 | 32 | 0 | 20 | 126 | 35 | 61 | 113 | 50 |
| Binary | 10110100 | 10011000 | 11010 | 0 | 10000 | 1010110 | 11101 | 110001 | 1001011 | 101000 |
Color Harmonies of #B4981A
Complementary color
Monochromatic Colors of #B4981A
Black with #B4981A
Text Example
Text Example
White with #B4981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4981A; }
p { color: rgb(180,152,26); }
H1.HeaderClassName
{
color: #B4981A;
}
.AnyTagClassName
{
color: #B4981A;
}
</style>
background-color css
<style>
a { background-color: #B4981A; }
a { background-color: rgb(180,152,26); }
div.DivClassName
{
background-color: #B4981A;
}
.BgClassName
{
background-color: #B4981A;
}
</style>
border-color css
<style>
span { border-color: #B4981A; }
span { border-color: rgb(180,152,26); }
td.TdClassName
{
border-color: #B4981A;
}
.TagClassName
{
border-color: #B4981A;
}
</style>