Shades of Buddha Gold #BA9C1C
Tints of Buddha Gold #BA9C1C
RGB
CMYK
RGB Variations
Color information
#BA9C1C (or 0xBA9C1C) is known color: Buddha Gold. HEX triplet: BA, 9C and 1C. RGB value is (186,156,28). Sum of RGB (Red+Green+Blue) = 186+156+28=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C1C is #4563E3. Grayscale: #969696. Windows color (decimal): -4547556 or 1875130. OLE color: 1875130.
HSL color Cylindrical-coordinate representation of color #BA9C1C: hue angle of 48.61º degrees, saturation: 0.74, 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 #BA9C1C is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 28 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.27 |
| HSL | 48.61º | 0.74% | 0.42% | - |
| HSV(B) | 48.61º | 0.85% | 0.73% | - |
| XYZ | 32.35 | 34.3 | 6.01 | - |
| YUV | 150.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 28 | 0 | 0.16 | 0.85 | 0.27 | 48.61 | 0.74 | 0.42 |
| Hex | BA | 9C | 1C | 0 | 10 | 55 | 1B | 31 | 4A | 2A |
| Octal | 272 | 234 | 34 | 0 | 20 | 125 | 33 | 61 | 112 | 52 |
| Binary | 10111010 | 10011100 | 11100 | 0 | 10000 | 1010101 | 11011 | 110001 | 1001010 | 101010 |
Color Harmonies of #BA9C1C
Complementary color
Monochromatic Colors of #BA9C1C
Black with #BA9C1C
Text Example
Text Example
White with #BA9C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C1C; }
p { color: rgb(186,156,28); }
H1.HeaderClassName
{
color: #BA9C1C;
}
.AnyTagClassName
{
color: #BA9C1C;
}
</style>
background-color css
<style>
a { background-color: #BA9C1C; }
a { background-color: rgb(186,156,28); }
div.DivClassName
{
background-color: #BA9C1C;
}
.BgClassName
{
background-color: #BA9C1C;
}
</style>
border-color css
<style>
span { border-color: #BA9C1C; }
span { border-color: rgb(186,156,28); }
td.TdClassName
{
border-color: #BA9C1C;
}
.TagClassName
{
border-color: #BA9C1C;
}
</style>