Shades of Buddha Gold #BC981B
Tints of Buddha Gold #BC981B
RGB
CMYK
RGB Variations
Color information
#BC981B (or 0xBC981B) is known color: Buddha Gold. HEX triplet: BC, 98 and 1B. RGB value is (188,152,27). Sum of RGB (Red+Green+Blue) = 188+152+27=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC981B is #4367E4. Grayscale: #959595. Windows color (decimal): -4417509 or 1808572. OLE color: 1808572.
HSL color Cylindrical-coordinate representation of color #BC981B: hue angle of 46.58º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC981B is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 27 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.26 |
| HSL | 46.58º | 0.75% | 0.42% | - |
| HSV(B) | 46.58º | 0.86% | 0.74% | - |
| XYZ | 32.17 | 33.23 | 5.76 | - |
| YUV | 148.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 27 | 0 | 0.19 | 0.86 | 0.26 | 46.58 | 0.75 | 0.42 |
| Hex | BC | 98 | 1B | 0 | 13 | 56 | 1A | 2F | 4B | 2A |
| Octal | 274 | 230 | 33 | 0 | 23 | 126 | 32 | 57 | 113 | 52 |
| Binary | 10111100 | 10011000 | 11011 | 0 | 10011 | 1010110 | 11010 | 101111 | 1001011 | 101010 |
Color Harmonies of #BC981B
Complementary color
Monochromatic Colors of #BC981B
Black with #BC981B
Text Example
Text Example
White with #BC981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC981B; }
p { color: rgb(188,152,27); }
H1.HeaderClassName
{
color: #BC981B;
}
.AnyTagClassName
{
color: #BC981B;
}
</style>
background-color css
<style>
a { background-color: #BC981B; }
a { background-color: rgb(188,152,27); }
div.DivClassName
{
background-color: #BC981B;
}
.BgClassName
{
background-color: #BC981B;
}
</style>
border-color css
<style>
span { border-color: #BC981B; }
span { border-color: rgb(188,152,27); }
td.TdClassName
{
border-color: #BC981B;
}
.TagClassName
{
border-color: #BC981B;
}
</style>