Shades of Buddha Gold #B49A0A
Tints of Buddha Gold #B49A0A
RGB
CMYK
RGB Variations
Color information
#B49A0A (or 0xB49A0A) is known color: Buddha Gold. HEX triplet: B4, 9A and 0A. RGB value is (180,154,10). Sum of RGB (Red+Green+Blue) = 180+154+10=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49A0A is #4B65F5. Grayscale: #919191. Windows color (decimal): -4941302 or 694964. OLE color: 694964.
HSL color Cylindrical-coordinate representation of color #B49A0A: hue angle of 50.82º 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 #B49A0A is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 10 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.29 |
| HSL | 50.82º | 0.89% | 0.37% | - |
| HSV(B) | 50.82º | 0.94% | 0.71% | - |
| XYZ | 30.43 | 32.84 | 5.02 | - |
| YUV | 145.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 10 | 0 | 0.14 | 0.94 | 0.29 | 50.82 | 0.89 | 0.37 |
| Hex | B4 | 9A | A | 0 | E | 5E | 1D | 33 | 59 | 25 |
| Octal | 264 | 232 | 12 | 0 | 16 | 136 | 35 | 63 | 131 | 45 |
| Binary | 10110100 | 10011010 | 1010 | 0 | 1110 | 1011110 | 11101 | 110011 | 1011001 | 100101 |
Color Harmonies of #B49A0A
Complementary color
Monochromatic Colors of #B49A0A
Black with #B49A0A
Text Example
Text Example
White with #B49A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A0A; }
p { color: rgb(180,154,10); }
H1.HeaderClassName
{
color: #B49A0A;
}
.AnyTagClassName
{
color: #B49A0A;
}
</style>
background-color css
<style>
a { background-color: #B49A0A; }
a { background-color: rgb(180,154,10); }
div.DivClassName
{
background-color: #B49A0A;
}
.BgClassName
{
background-color: #B49A0A;
}
</style>
border-color css
<style>
span { border-color: #B49A0A; }
span { border-color: rgb(180,154,10); }
td.TdClassName
{
border-color: #B49A0A;
}
.TagClassName
{
border-color: #B49A0A;
}
</style>