Shades of Buddha Gold #BCA00A
Tints of Buddha Gold #BCA00A
RGB
CMYK
RGB Variations
Color information
#BCA00A (or 0xBCA00A) is known color: Buddha Gold. HEX triplet: BC, A0 and 0A. RGB value is (188,160,10). Sum of RGB (Red+Green+Blue) = 188+160+10=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA00A is #435FF5. Grayscale: #979797. Windows color (decimal): -4415478 or 696508. OLE color: 696508.
HSL color Cylindrical-coordinate representation of color #BCA00A: hue angle of 50.56º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCA00A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.26 |
| HSL | 50.56º | 0.9% | 0.39% | - |
| HSV(B) | 50.56º | 0.95% | 0.74% | - |
| XYZ | 33.36 | 35.85 | 5.45 | - |
| YUV | 151.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 10 | 0 | 0.15 | 0.95 | 0.26 | 50.56 | 0.9 | 0.39 |
| Hex | BC | A0 | A | 0 | F | 5F | 1A | 33 | 5A | 27 |
| Octal | 274 | 240 | 12 | 0 | 17 | 137 | 32 | 63 | 132 | 47 |
| Binary | 10111100 | 10100000 | 1010 | 0 | 1111 | 1011111 | 11010 | 110011 | 1011010 | 100111 |
Color Harmonies of #BCA00A
Complementary color
Monochromatic Colors of #BCA00A
Black with #BCA00A
Text Example
Text Example
White with #BCA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA00A; }
p { color: rgb(188,160,10); }
H1.HeaderClassName
{
color: #BCA00A;
}
.AnyTagClassName
{
color: #BCA00A;
}
</style>
background-color css
<style>
a { background-color: #BCA00A; }
a { background-color: rgb(188,160,10); }
div.DivClassName
{
background-color: #BCA00A;
}
.BgClassName
{
background-color: #BCA00A;
}
</style>
border-color css
<style>
span { border-color: #BCA00A; }
span { border-color: rgb(188,160,10); }
td.TdClassName
{
border-color: #BCA00A;
}
.TagClassName
{
border-color: #BCA00A;
}
</style>