Shades of Buddha Gold #BAA21B
Tints of Buddha Gold #BAA21B
RGB
CMYK
RGB Variations
Color information
#BAA21B (or 0xBAA21B) is known color: Buddha Gold. HEX triplet: BA, A2 and 1B. RGB value is (186,162,27). Sum of RGB (Red+Green+Blue) = 186+162+27=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA21B is #455DE4. Grayscale: #9A9A9A. Windows color (decimal): -4546021 or 1811130. OLE color: 1811130.
HSL color Cylindrical-coordinate representation of color #BAA21B: hue angle of 50.94º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAA21B is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 27 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.27 |
| HSL | 50.94º | 0.75% | 0.42% | - |
| HSV(B) | 50.94º | 0.85% | 0.73% | - |
| XYZ | 33.37 | 36.36 | 6.3 | - |
| YUV | 153.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 27 | 0 | 0.13 | 0.85 | 0.27 | 50.94 | 0.75 | 0.42 |
| Hex | BA | A2 | 1B | 0 | D | 55 | 1B | 33 | 4B | 2A |
| Octal | 272 | 242 | 33 | 0 | 15 | 125 | 33 | 63 | 113 | 52 |
| Binary | 10111010 | 10100010 | 11011 | 0 | 1101 | 1010101 | 11011 | 110011 | 1001011 | 101010 |
Color Harmonies of #BAA21B
Complementary color
Monochromatic Colors of #BAA21B
Black with #BAA21B
Text Example
Text Example
White with #BAA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA21B; }
p { color: rgb(186,162,27); }
H1.HeaderClassName
{
color: #BAA21B;
}
.AnyTagClassName
{
color: #BAA21B;
}
</style>
background-color css
<style>
a { background-color: #BAA21B; }
a { background-color: rgb(186,162,27); }
div.DivClassName
{
background-color: #BAA21B;
}
.BgClassName
{
background-color: #BAA21B;
}
</style>
border-color css
<style>
span { border-color: #BAA21B; }
span { border-color: rgb(186,162,27); }
td.TdClassName
{
border-color: #BAA21B;
}
.TagClassName
{
border-color: #BAA21B;
}
</style>