Shades of Buddha Gold #B4901A
Tints of Buddha Gold #B4901A
RGB
CMYK
RGB Variations
Color information
#B4901A (or 0xB4901A) is known color: Buddha Gold. HEX triplet: B4, 90 and 1A. RGB value is (180,144,26). Sum of RGB (Red+Green+Blue) = 180+144+26=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B4901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4901A is #4B6FE5. Grayscale: #8D8D8D. Windows color (decimal): -4943846 or 1740980. OLE color: 1740980.
HSL color Cylindrical-coordinate representation of color #B4901A: hue angle of 45.97º 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 #B4901A is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 26 | - |
| CMYK | 0 | 0.2 | 0.86 | 0.29 |
| HSL | 45.97º | 0.75% | 0.4% | - |
| HSV(B) | 45.97º | 0.86% | 0.71% | - |
| XYZ | 28.98 | 29.72 | 5.19 | - |
| YUV | 141.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 26 | 0 | 0.2 | 0.86 | 0.29 | 45.97 | 0.75 | 0.4 |
| Hex | B4 | 90 | 1A | 0 | 14 | 56 | 1D | 2E | 4B | 28 |
| Octal | 264 | 220 | 32 | 0 | 24 | 126 | 35 | 56 | 113 | 50 |
| Binary | 10110100 | 10010000 | 11010 | 0 | 10100 | 1010110 | 11101 | 101110 | 1001011 | 101000 |
Color Harmonies of #B4901A
Complementary color
Monochromatic Colors of #B4901A
Black with #B4901A
Text Example
Text Example
White with #B4901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4901A; }
p { color: rgb(180,144,26); }
H1.HeaderClassName
{
color: #B4901A;
}
.AnyTagClassName
{
color: #B4901A;
}
</style>
background-color css
<style>
a { background-color: #B4901A; }
a { background-color: rgb(180,144,26); }
div.DivClassName
{
background-color: #B4901A;
}
.BgClassName
{
background-color: #B4901A;
}
</style>
border-color css
<style>
span { border-color: #B4901A; }
span { border-color: rgb(180,144,26); }
td.TdClassName
{
border-color: #B4901A;
}
.TagClassName
{
border-color: #B4901A;
}
</style>