Shades of Buddha Gold #B49D12
Tints of Buddha Gold #B49D12
RGB
CMYK
RGB Variations
Color information
#B49D12 (or 0xB49D12) is known color: Buddha Gold. HEX triplet: B4, 9D and 12. RGB value is (180,157,18). Sum of RGB (Red+Green+Blue) = 180+157+18=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49D12 is #4B62ED. Grayscale: #949494. Windows color (decimal): -4940526 or 1220020. OLE color: 1220020.
HSL color Cylindrical-coordinate representation of color #B49D12: hue angle of 51.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B49D12 is Cyan = 0, Magento = 0.13, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 18 | - |
| CMYK | 0 | 0.13 | 0.9 | 0.29 |
| HSL | 51.48º | 0.82% | 0.39% | - |
| HSV(B) | 51.48º | 0.9% | 0.71% | - |
| XYZ | 30.99 | 33.86 | 5.47 | - |
| YUV | 148.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 18 | 0 | 0.13 | 0.9 | 0.29 | 51.48 | 0.82 | 0.39 |
| Hex | B4 | 9D | 12 | 0 | D | 5A | 1D | 33 | 52 | 27 |
| Octal | 264 | 235 | 22 | 0 | 15 | 132 | 35 | 63 | 122 | 47 |
| Binary | 10110100 | 10011101 | 10010 | 0 | 1101 | 1011010 | 11101 | 110011 | 1010010 | 100111 |
Color Harmonies of #B49D12
Complementary color
Monochromatic Colors of #B49D12
Black with #B49D12
Text Example
Text Example
White with #B49D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D12; }
p { color: rgb(180,157,18); }
H1.HeaderClassName
{
color: #B49D12;
}
.AnyTagClassName
{
color: #B49D12;
}
</style>
background-color css
<style>
a { background-color: #B49D12; }
a { background-color: rgb(180,157,18); }
div.DivClassName
{
background-color: #B49D12;
}
.BgClassName
{
background-color: #B49D12;
}
</style>
border-color css
<style>
span { border-color: #B49D12; }
span { border-color: rgb(180,157,18); }
td.TdClassName
{
border-color: #B49D12;
}
.TagClassName
{
border-color: #B49D12;
}
</style>