Shades of Buddha Gold #BA981B
Tints of Buddha Gold #BA981B
RGB
CMYK
RGB Variations
Color information
#BA981B (or 0xBA981B) is known color: Buddha Gold. HEX triplet: BA, 98 and 1B. RGB value is (186,152,27). Sum of RGB (Red+Green+Blue) = 186+152+27=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA981B is #4567E4. Grayscale: #949494. Windows color (decimal): -4548581 or 1808570. OLE color: 1808570.
HSL color Cylindrical-coordinate representation of color #BA981B: hue angle of 47.17º 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 #BA981B is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 27 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.27 |
| HSL | 47.17º | 0.75% | 0.42% | - |
| HSV(B) | 47.17º | 0.85% | 0.73% | - |
| XYZ | 31.68 | 32.97 | 5.73 | - |
| YUV | 147.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 27 | 0 | 0.18 | 0.85 | 0.27 | 47.17 | 0.75 | 0.42 |
| Hex | BA | 98 | 1B | 0 | 12 | 55 | 1B | 2F | 4B | 2A |
| Octal | 272 | 230 | 33 | 0 | 22 | 125 | 33 | 57 | 113 | 52 |
| Binary | 10111010 | 10011000 | 11011 | 0 | 10010 | 1010101 | 11011 | 101111 | 1001011 | 101010 |
Color Harmonies of #BA981B
Complementary color
Monochromatic Colors of #BA981B
Black with #BA981B
Text Example
Text Example
White with #BA981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA981B; }
p { color: rgb(186,152,27); }
H1.HeaderClassName
{
color: #BA981B;
}
.AnyTagClassName
{
color: #BA981B;
}
</style>
background-color css
<style>
a { background-color: #BA981B; }
a { background-color: rgb(186,152,27); }
div.DivClassName
{
background-color: #BA981B;
}
.BgClassName
{
background-color: #BA981B;
}
</style>
border-color css
<style>
span { border-color: #BA981B; }
span { border-color: rgb(186,152,27); }
td.TdClassName
{
border-color: #BA981B;
}
.TagClassName
{
border-color: #BA981B;
}
</style>