Shades of Buddha Gold #BCA80B
Tints of Buddha Gold #BCA80B
RGB
CMYK
RGB Variations
Color information
#BCA80B (or 0xBCA80B) is known color: Buddha Gold. HEX triplet: BC, A8 and 0B. RGB value is (188,168,11). Sum of RGB (Red+Green+Blue) = 188+168+11=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA80B is #4357F4. Grayscale: #9C9C9C. Windows color (decimal): -4413429 or 764092. OLE color: 764092.
HSL color Cylindrical-coordinate representation of color #BCA80B: hue angle of 53.22º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCA80B is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 11 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.26 |
| HSL | 53.22º | 0.89% | 0.39% | - |
| HSV(B) | 53.22º | 0.94% | 0.74% | - |
| XYZ | 34.8 | 38.72 | 5.96 | - |
| YUV | 156.08 | 46.13 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 11 | 0 | 0.11 | 0.94 | 0.26 | 53.22 | 0.89 | 0.39 |
| Hex | BC | A8 | B | 0 | B | 5E | 1A | 35 | 59 | 27 |
| Octal | 274 | 250 | 13 | 0 | 13 | 136 | 32 | 65 | 131 | 47 |
| Binary | 10111100 | 10101000 | 1011 | 0 | 1011 | 1011110 | 11010 | 110101 | 1011001 | 100111 |
Color Harmonies of #BCA80B
Complementary color
Monochromatic Colors of #BCA80B
Black with #BCA80B
Text Example
Text Example
White with #BCA80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA80B; }
p { color: rgb(188,168,11); }
H1.HeaderClassName
{
color: #BCA80B;
}
.AnyTagClassName
{
color: #BCA80B;
}
</style>
background-color css
<style>
a { background-color: #BCA80B; }
a { background-color: rgb(188,168,11); }
div.DivClassName
{
background-color: #BCA80B;
}
.BgClassName
{
background-color: #BCA80B;
}
</style>
border-color css
<style>
span { border-color: #BCA80B; }
span { border-color: rgb(188,168,11); }
td.TdClassName
{
border-color: #BCA80B;
}
.TagClassName
{
border-color: #BCA80B;
}
</style>