Shades of Buddha Gold #B9A21A
Tints of Buddha Gold #B9A21A
RGB
CMYK
RGB Variations
Color information
#B9A21A (or 0xB9A21A) is known color: Buddha Gold. HEX triplet: B9, A2 and 1A. RGB value is (185,162,26). Sum of RGB (Red+Green+Blue) = 185+162+26=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A21A is #465DE5. Grayscale: #999999. Windows color (decimal): -4611558 or 1745593. OLE color: 1745593.
HSL color Cylindrical-coordinate representation of color #B9A21A: hue angle of 51.32º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9A21A is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 26 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.27 |
| HSL | 51.32º | 0.75% | 0.41% | - |
| HSV(B) | 51.32º | 0.86% | 0.73% | - |
| XYZ | 33.11 | 36.23 | 6.22 | - |
| YUV | 153.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 26 | 0 | 0.12 | 0.86 | 0.27 | 51.32 | 0.75 | 0.41 |
| Hex | B9 | A2 | 1A | 0 | C | 56 | 1B | 33 | 4B | 29 |
| Octal | 271 | 242 | 32 | 0 | 14 | 126 | 33 | 63 | 113 | 51 |
| Binary | 10111001 | 10100010 | 11010 | 0 | 1100 | 1010110 | 11011 | 110011 | 1001011 | 101001 |
Color Harmonies of #B9A21A
Complementary color
Monochromatic Colors of #B9A21A
Black with #B9A21A
Text Example
Text Example
White with #B9A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A21A; }
p { color: rgb(185,162,26); }
H1.HeaderClassName
{
color: #B9A21A;
}
.AnyTagClassName
{
color: #B9A21A;
}
</style>
background-color css
<style>
a { background-color: #B9A21A; }
a { background-color: rgb(185,162,26); }
div.DivClassName
{
background-color: #B9A21A;
}
.BgClassName
{
background-color: #B9A21A;
}
</style>
border-color css
<style>
span { border-color: #B9A21A; }
span { border-color: rgb(185,162,26); }
td.TdClassName
{
border-color: #B9A21A;
}
.TagClassName
{
border-color: #B9A21A;
}
</style>