Shades of Buddha Gold #B48D1A
Tints of Buddha Gold #B48D1A
RGB
CMYK
RGB Variations
Color information
#B48D1A (or 0xB48D1A) is known color: Buddha Gold. HEX triplet: B4, 8D and 1A. RGB value is (180,141,26). Sum of RGB (Red+Green+Blue) = 180+141+26=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D1A is #4B72E5. Grayscale: #8C8C8C. Windows color (decimal): -4944614 or 1740212. OLE color: 1740212.
HSL color Cylindrical-coordinate representation of color #B48D1A: hue angle of 44.81º 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 #B48D1A is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 26 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.29 |
| HSL | 44.81º | 0.75% | 0.4% | - |
| HSV(B) | 44.81º | 0.86% | 0.71% | - |
| XYZ | 28.53 | 28.83 | 5.04 | - |
| YUV | 139.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 26 | 0 | 0.22 | 0.86 | 0.29 | 44.81 | 0.75 | 0.4 |
| Hex | B4 | 8D | 1A | 0 | 16 | 56 | 1D | 2D | 4B | 28 |
| Octal | 264 | 215 | 32 | 0 | 26 | 126 | 35 | 55 | 113 | 50 |
| Binary | 10110100 | 10001101 | 11010 | 0 | 10110 | 1010110 | 11101 | 101101 | 1001011 | 101000 |
Color Harmonies of #B48D1A
Complementary color
Monochromatic Colors of #B48D1A
Black with #B48D1A
Text Example
Text Example
White with #B48D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D1A; }
p { color: rgb(180,141,26); }
H1.HeaderClassName
{
color: #B48D1A;
}
.AnyTagClassName
{
color: #B48D1A;
}
</style>
background-color css
<style>
a { background-color: #B48D1A; }
a { background-color: rgb(180,141,26); }
div.DivClassName
{
background-color: #B48D1A;
}
.BgClassName
{
background-color: #B48D1A;
}
</style>
border-color css
<style>
span { border-color: #B48D1A; }
span { border-color: rgb(180,141,26); }
td.TdClassName
{
border-color: #B48D1A;
}
.TagClassName
{
border-color: #B48D1A;
}
</style>