Shades of Buddha Gold #BA9B1C
Tints of Buddha Gold #BA9B1C
RGB
CMYK
RGB Variations
Color information
#BA9B1C (or 0xBA9B1C) is known color: Buddha Gold. HEX triplet: BA, 9B and 1C. RGB value is (186,155,28). Sum of RGB (Red+Green+Blue) = 186+155+28=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9B1C is #4564E3. Grayscale: #969696. Windows color (decimal): -4547812 or 1874874. OLE color: 1874874.
HSL color Cylindrical-coordinate representation of color #BA9B1C: hue angle of 48.23º 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 #BA9B1C is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 28 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.27 |
| HSL | 48.23º | 0.74% | 0.42% | - |
| HSV(B) | 48.23º | 0.85% | 0.73% | - |
| XYZ | 32.18 | 33.97 | 5.96 | - |
| YUV | 149.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 28 | 0 | 0.17 | 0.85 | 0.27 | 48.23 | 0.74 | 0.42 |
| Hex | BA | 9B | 1C | 0 | 11 | 55 | 1B | 30 | 4A | 2A |
| Octal | 272 | 233 | 34 | 0 | 21 | 125 | 33 | 60 | 112 | 52 |
| Binary | 10111010 | 10011011 | 11100 | 0 | 10001 | 1010101 | 11011 | 110000 | 1001010 | 101010 |
Color Harmonies of #BA9B1C
Complementary color
Monochromatic Colors of #BA9B1C
Black with #BA9B1C
Text Example
Text Example
White with #BA9B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B1C; }
p { color: rgb(186,155,28); }
H1.HeaderClassName
{
color: #BA9B1C;
}
.AnyTagClassName
{
color: #BA9B1C;
}
</style>
background-color css
<style>
a { background-color: #BA9B1C; }
a { background-color: rgb(186,155,28); }
div.DivClassName
{
background-color: #BA9B1C;
}
.BgClassName
{
background-color: #BA9B1C;
}
</style>
border-color css
<style>
span { border-color: #BA9B1C; }
span { border-color: rgb(186,155,28); }
td.TdClassName
{
border-color: #BA9B1C;
}
.TagClassName
{
border-color: #BA9B1C;
}
</style>